Skip to content

Commit a81e623

Browse files
authored

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/benchmark.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ function sampleModule(modulePath: string): BenchmarkSample {
404404
// V8 flags
405405
'--predictable',
406406
'--no-concurrent-sweeping',
407-
'--no-scavenge-task',
407+
'--no-minor-gc-task',
408408
'--min-semi-space-size=1024', // 1GB
409409
'--max-semi-space-size=1024', // 1GB
410410
'--trace-gc', // no gc calls should happen during benchmark, so trace them

0 commit comments

Comments
 (0)