From 91cdfefc4f8728feb6e2e0a46c19455381e72745 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Tue, 12 Nov 2013 13:15:54 -0700 Subject: [PATCH] fix benchmarks for wrk(1) 3.x --- benchmarks/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/run b/benchmarks/run index a278774..fc84f27 100755 --- a/benchmarks/run +++ b/benchmarks/run @@ -7,7 +7,7 @@ pid=$! sleep 2 wrk 'http://localhost:3333/?foo[bar]=baz' \ - -r 2000 \ + -d 3 \ -c 50 \ -t 4 \ | grep 'Requests/sec' \