Last active
August 29, 2015 14:22
-
-
Save kellabyte/1816cd9548fbd4bbb9c0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/kellabyte/Haywire.git | |
cd Haywire | |
./build.sh -c release | |
cd benchmark | |
../bin/wrk/wrk --script ./pipelined_get.lua --latency -d 10s -t 16 -c 32 http://127.0.0.1:8000 -- 64 | |
../bin/wrk/wrk --script ./pipelined_get.lua --latency -d 10s -t 16 -c 32 http://127.0.0.1:8001 -- 64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/kellabyte/Haywire.git Haywire.old | |
git clone https://github.com/kellabyte/Haywire.git Haywire.new | |
cd Haywire.old | |
./build.sh -c release | |
cd.. | |
cd Haywire.new | |
git checkout syscall_response_batching | |
./build.sh -c release | |
../Haywire.old/builds/unix/release/haywire_hello_world 8000 16 & | |
./builds/unix/release/haywire_hello_world 8001 16 64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment