Skip to content

Commit

Permalink
Larger bm threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 18, 2010
1 parent 81d8f27 commit 34f45c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34f45c5

Please sign in to comment.