You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/benchmarks/driver_bench/src/suites/node_specific/cpu_baseline.mts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
importassertfrom'node:assert/strict';
2
2
3
+
import{TAG}from'../../driver.mjs';
4
+
3
5
constfindPrimesBelow=1_000_000;
4
6
constexpectedPrimes=78_498;
5
7
@@ -9,6 +11,9 @@ const expectedPrimes = 78_498;
9
11
10
12
conststableRegionMean=42.82;
11
13
exportconsttaskSize=3.1401000000000003/stableRegionMean;// ~3MB worth of work scaled down by the mean of the current stable region in CI to bring this value to roughly 1
0 commit comments