We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916467c commit e7409b4Copy full SHA for e7409b4
benchmark/benchmarks/init.ts
@@ -17,5 +17,6 @@ const InitBenchmark = benchmark(
17
await initializeBindings();
18
toc();
19
},
20
+ // Run once with no warmups to get the worst-case scenario metrics
21
{ numberOfWarmups: 0, numberOfRuns: 1 }
22
);
0 commit comments