From bfc823de9057b8cc9c7efd97e6216e2de02aa818 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Tue, 25 Feb 2014 11:05:54 -0800 Subject: benchmark: update to use new wrk --- benchmark/http/cluster.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'benchmark/http/cluster.js') diff --git a/benchmark/http/cluster.js b/benchmark/http/cluster.js index 12bb8d5946..6391704ff7 100644 --- a/benchmark/http/cluster.js +++ b/benchmark/http/cluster.js @@ -26,8 +26,7 @@ function main(conf) { setTimeout(function() { var path = '/' + conf.type + '/' + conf.length; - var args = ['-r', '-t', 5, '-c', conf.c, '-k']; - var args = ['-r', 5000, '-t', 8, '-c', conf.c]; + var args = ['-d', '10s', '-t', 8, '-c', conf.c]; bench.http(path, args, function() { w1.destroy(); -- cgit v1.2.3