From 3baca251f0888fa66cb23be1b1bb301ff4341f0a Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sun, 22 Dec 2013 08:57:04 -0800 Subject: [PATCH] use 8 threads for benchmarks --- benchmarks/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/run b/benchmarks/run index 5a8c1956..93b5bc52 100755 --- a/benchmarks/run +++ b/benchmarks/run @@ -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 }'