We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d3b4f commit 9ffb0a8Copy full SHA for 9ffb0a8
tests/performance.js
@@ -8,7 +8,7 @@ function suite() {
8
}
9
10
const ops = benchmarker.bench10(suite);
11
-const benchmark = 217203; // update value to set new benchmark
+const benchmark = 277610; // update value to set new benchmark
12
console.info(`Executed ${ops} ops/s`);
13
const opsDiff = benchmark / ops;
14
const opsDiffAsPercentage = Math.round(opsDiff * 100);
0 commit comments