Commit 2baa264
committed
bench-perf: use -N1 for single-threaded EVM benchmarks
EVM execution is single-threaded. With -N (auto-detect), GHC creates one
capability per core, each with a 32MB nursery. The extra capabilities add
GC synchronization overhead without benefit since only one is used.
Also adds -rtsopts so RTS parameters can be overridden at runtime.1 parent 10093e1 commit 2baa264
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments