summaryrefslogtreecommitdiff
path: root/benchmark/http/cluster.js
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-02-25 11:05:54 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-02-25 11:28:46 -0800
commitbfc823de9057b8cc9c7efd97e6216e2de02aa818 (patch)
treee08634e69e5b6229fb924dcc62e17138e8722aa0 /benchmark/http/cluster.js
parentfa0ac99541f7722af63863f032beff0d485afdec (diff)
downloadandroid-node-v8-bfc823de9057b8cc9c7efd97e6216e2de02aa818.tar.gz
android-node-v8-bfc823de9057b8cc9c7efd97e6216e2de02aa818.tar.bz2
android-node-v8-bfc823de9057b8cc9c7efd97e6216e2de02aa818.zip
benchmark: update to use new wrk
Diffstat (limited to 'benchmark/http/cluster.js')
-rw-r--r--benchmark/http/cluster.js3
1 files changed, 1 insertions, 2 deletions
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();