Instantly share code, notes, and snippets.

Embed
What would you like to do?
================================================================================
Running Tests...
================================================================================
-------------------------------------------------------------------------------- | Rough ETA: --:--:--
Running Test: cpoll_cppsp
--------------------------------------------------------------------------------
WARNING:root:Directory /home/techempower/FrameworkBenchmarks/frameworks/C++/cpoll_cppsp does not have a bash_profile.sh
INFO:root:Running setup module start (cwd=/home/techempower/FrameworkBenchmarks/frameworks/C++)
INFO:root:Called setup.py start
INFO:root:Sleeping 60 seconds to ensure framework is ready
INFO:root:Verifying framework URLs
Accessing URL http://localhost:16969/plaintext
Response (trimmed to 40 bytes): "Hello, World!
"
WARN for http://localhost:16969/plaintext
Server is returning 2 more bytes than are required.
This may negatively affect benchmark performance
Accessing URL http://localhost:16969/json
Response (trimmed to 40 bytes): "{ "message": "Hello, World!" }
"
PASS for http://localhost:16969/json
WARNING:root:Directory /home/techempower/FrameworkBenchmarks/frameworks/C++/cpoll_cppsp does not have a bash_profile.sh
INFO:root:Running setup module stop (cwd=/home/techempower/FrameworkBenchmarks/frameworks/C++)
verify: 100% |#########################################################################################################################################| Rough Time: 00:01:34
================================================================================
Verification Summary
| Test: cpoll_cppsp
| plaintext : WARN
| json : PASS
================================================================================
------ SNIP ------
--------------------------------------------------------------------------------
VERIFYING PLAINTEXT
--------------------------------------------------------------------------------
Accessing URL http://localhost:16969/plaintext
Response:
"HTTP/1.1 200 OK^M
Date: Tue, 4 Nov 2014 15:48:17 GMT^M
Server: cppsp/0.2^M
Connection: keep-alive^M
Content-Type: text/plain^M
Content-Length: 15^M
^M
Hello, World!
"
WARN for http://localhost:16969/plaintext
Server is returning 2 more bytes than are required.
This may negatively affect benchmark performance
--------------------------------------------------------------------------------
VERIFYING JSON
--------------------------------------------------------------------------------
Accessing URL http://localhost:16969/json
Response:
"HTTP/1.1 200 OK^M
Date: Tue, 4 Nov 2014 15:48:17 GMT^M
Server: cppsp/0.2^M
Connection: keep-alive^M
Content-Type: application/json^M
Content-Length: 31^M
^M
{ "message": "Hello, World!" }
"
PASS for http://localhost:16969/json
--------------------------------------------------------------------------------
Stopping cpoll_cppsp
--------------------------------------------------------------------------------
sizeof(CP::Socket) = 352
sizeof(cppspServer::handler) = 1408
sizeof(handler1) = 1792
--------------------------------------------------------------------------------
Stopped cpoll_cppsp
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Saving results through cpoll_cppsp
--------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment