Skip to content

Instantly share code, notes, and snippets.

@kellabyte
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kellabyte/1816cd9548fbd4bbb9c0 to your computer and use it in GitHub Desktop.
Save kellabyte/1816cd9548fbd4bbb9c0 to your computer and use it in GitHub Desktop.
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
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