Skip to content

Commit

Permalink
chore(benchmark): update v8 flag (#4029)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Mar 21, 2024
1 parent 4275662 commit a81e623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ function sampleModule(modulePath: string): BenchmarkSample {
// V8 flags
'--predictable',
'--no-concurrent-sweeping',
'--no-scavenge-task',
'--no-minor-gc-task',
'--min-semi-space-size=1024', // 1GB
'--max-semi-space-size=1024', // 1GB
'--trace-gc', // no gc calls should happen during benchmark, so trace them
Expand Down

0 comments on commit a81e623

Please sign in to comment.