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

Optimize statements and speed up the common case

This commit is contained in:
Ruben Bridgewater
2015-10-02 20:21:13 +02:00
parent 2ca42417bf
commit 2744fe8650
4 changed files with 21 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ var redis = require("../index");
var totalTime = 0;
var metrics = require("metrics");
var num_clients = parseInt(process.argv[2], 10) || 5;
var num_requests = 20000;
var num_requests = 50000;
var tests = [];
var versions_logged = false;
var client_options = {