Skip to content

Instantly share code, notes, and snippets.

@daose
Created May 26, 2019 14:45
Show Gist options
  • Save daose/c89dbd9ec8ac23d774e0adaaa5e2f40b to your computer and use it in GitHub Desktop.
Save daose/c89dbd9ec8ac23d774e0adaaa5e2f40b to your computer and use it in GitHub Desktop.
timings
------TINY
connecting to localhost:18999
listening on port 18999
connected, sending request
read input from sample_input/tiny.txt
sent request header and 16 bytes of payload data to server
received response header, data payload has length 20
received 20 bytes of payload data from server in 68ms
wrote output to sample_output/tiny.txt
terminated connection to server
Client disconnected.
------SMALL
connecting to localhost:18998
listening on port 18998
connected, sending request
read input from sample_input/small.txt
sent request header and 261 bytes of payload data to server
received response header, data payload has length 105
received 105 bytes of payload data from server in 66ms
wrote output to sample_output/huge.txt
terminated connection to server
Client disconnected.
------MEDIUM
connecting to localhost:18997
connected, sending request
read input from sample_input/medium.txt
listening on port 18997
sent request header and 1042818 bytes of payload data to server
received response header, data payload has length 221228
received 221228 bytes of payload data from server in 128ms
wrote output to sample_output/huge.txt
terminated connection to server
Client disconnected.
------LARGE
connecting to localhost:18996
listening on port 18996
connected, sending request
read input from sample_input/large.txt
sent request header and 12486850 bytes of payload data to server
received response header, data payload has length 2587282
received 2587282 bytes of payload data from server in 292ms
wrote output to sample_output/large.txt
terminated connection to server
------HUGE
connecting to localhost:18995
listening on port 18995
connected, sending request
read input from sample_input/huge.txt
sent request header and 145065838 bytes of payload data to server
received response header, data payload has length 29607146
received 29607146 bytes of payload data from server in 3087ms
wrote output to sample_output/huge.txt
Client disconnected.
terminated connection to server
------HUGE2
listening on port 18994
connecting to localhost:18994
connected, sending request
read input from sample_input/huge2.txt
sent request header and 185035046 bytes of payload data to server
received response header, data payload has length 37280298
received 37280298 bytes of payload data from server in 2906ms
wrote output to sample_output/huge2.txt
terminated connection to server
Client disconnected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment