1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Revert accidental change of bench size.

This commit is contained in:
Matt Ranney
2010-12-08 16:29:05 -08:00
parent b81da6d8fc
commit e0ff3fea10

View File

@@ -2,7 +2,7 @@ var redis = require("./index"),
num_clients = parseInt(process.argv[2]) || 50,
active_clients = 0,
clients = new Array(num_clients),
num_requests = 2000,
num_requests = 20000,
issued_requests = 0,
latency = new Array(num_requests),
tests = [],