Skip to content

Commit 9ffb0a8

Browse files
committed
[minor] update benchmark performance ~23% faster
1 parent 23d3b4f commit 9ffb0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function suite() {
88
}
99

1010
const ops = benchmarker.bench10(suite);
11-
const benchmark = 217203; // update value to set new benchmark
11+
const benchmark = 277610; // update value to set new benchmark
1212
console.info(`Executed ${ops} ops/s`);
1313
const opsDiff = benchmark / ops;
1414
const opsDiffAsPercentage = Math.round(opsDiff * 100);

0 commit comments

Comments
 (0)