use 8 threads for benchmarks

master
TJ Holowaychuk 2013-12-22 08:56:34 -08:00
parent 6ba0cb48e9
commit 7da0a609db
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sleep 2
wrk 'http://localhost:3333/?foo[bar]=baz' \
-d 3 \
-c 50 \
-t 4 \
-t 8 \
| grep 'Requests/sec' \
| awk '{ print " " $2 }'