Cleanup benchmarks.

Former-commit-id: 805c0091cd6cec85729ee7511005c233545a9899
This commit is contained in:
John-David Dalton
2012-12-12 23:24:13 -08:00
parent 0ba05e4de0
commit c56bb56708
3 changed files with 79 additions and 151 deletions

View File

@@ -3190,7 +3190,7 @@
isSorted = false;
}
// init value cache for large arrays
var isLarge = !isSorted && length > 74;
var isLarge = !isSorted && length >= 75;
if (isLarge) {
var cache = {};
}