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 4275662 commit a81e623Copy full SHA for a81e623
resources/benchmark.ts
@@ -404,7 +404,7 @@ function sampleModule(modulePath: string): BenchmarkSample {
404
// V8 flags
405
'--predictable',
406
'--no-concurrent-sweeping',
407
- '--no-scavenge-task',
+ '--no-minor-gc-task',
408
'--min-semi-space-size=1024', // 1GB
409
'--max-semi-space-size=1024', // 1GB
410
'--trace-gc', // no gc calls should happen during benchmark, so trace them
0 commit comments