I created an iOS app prototype that runs two web servers (CocoaHTTPServer and GCDWebServer). And I want to choose the best one.
I need to use a local web-server as a backend for JS-application (Will God Forgive Me?) that will shown in WKWebView
in this application.
So, can you please suggest me, how I can compare the perfomance of these two servers? Which kind of tests should I perform and how? What are the indicators I should pay attention to?