Commit afebfdd
committed
fix(tests): tighten ESM test run limits to match deterministic convergence
Now that the compare-hook PRNG is seeded from the libFuzzer seed,
iteration counts are fully deterministic:
esm_instrumentation (seed 111994470): 848,791 runs → limit 900K
esm_cjs_mixed (seed 111994470): 15,385 runs → limit 20K1 parent c4a5b94 commit afebfdd
File tree
2 files changed
+3
-3
lines changed- tests
- esm_cjs_mixed
- esm_instrumentation
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments