We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d4071 commit 6975b07Copy full SHA for 6975b07
benchmarks/multi_bench.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var redis = require("./index"),
+var redis = require("../index"),
4
metrics = require("metrics"),
5
num_clients = parseInt(process.argv[2], 10) || 5,
6
num_requests = 20000,
package.json
@@ -12,6 +12,7 @@
12
"scripts": {
13
"coveralls": "nyc report --reporter=text-lcov | coveralls",
14
"coverage": "nyc report --reporter=html",
15
+ "benchmark": "node benchmarks/multi_bench.js",
16
"test": "nyc ./node_modules/.bin/_mocha ./test/*.js ./test/commands/*.js ./test/parser/*.js --timeout=8000",
17
"pretest": "optional-dev-dependency hiredis",
18
"posttest": "jshint ."
0 commit comments