summaryrefslogtreecommitdiff
path: root/benchmark/http/simple.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/simple.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/simple.js')
-rw-r--r--benchmark/http/simple.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http/simple.js b/benchmark/http/simple.js
index 13af9669f4..5bff9283cb 100644
--- a/benchmark/http/simple.js
+++ b/benchmark/http/simple.js
@@ -15,7 +15,7 @@ function main(conf) {
var server = require('../http_simple.js');
setTimeout(function() {
var path = '/' + conf.type + '/' + conf.length + '/' + conf.chunks;
- var args = ['-r', 5000, '-t', 8, '-c', conf.c];
+ var args = ['-d', '10s', '-t', 8, '-c', conf.c];
bench.http(path, args, function() {
server.close();