use 8 threads for benchmarks

Esse commit está contido em:
TJ Holowaychuk
2013-12-22 08:57:04 -08:00
commit 3baca251f0
+1 -1
Ver Arquivo
@@ -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 }'