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

20k for benchmarks

This commit is contained in:
Tj Holowaychuk
2010-09-17 19:42:11 -07:00
parent 1e471abe1c
commit 81d8f27535

View File

@@ -8,7 +8,7 @@ var redis = require('./index')
var client = redis.createClient()
, path = '/tmp/redis-bench'
, times = 10000
, times = 20000
, curr = {}
, prev;