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

Larger bm threshold

This commit is contained in:
Tj Holowaychuk
2010-09-17 19:43:22 -07:00
parent 81d8f27535
commit 34f45c5d47

View File

@@ -87,7 +87,7 @@ function report(label) {
var c = curr[label]
, p = prev[label] || c
, col = c > p
? c > p + 50
? c > p + 100
? 31
: 33
: 32