File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -509,15 +509,16 @@ benchmark sim-benchmarks
509509 ouroboros-network :testlib,
510510 tasty-bench >= 0.3.5 ,
511511
512+ -- We use `-fproc-alignemtn` option to avoid skewed results due to changes in cache-line
513+ -- alignment. See https://github.com/Bodigrim/tasty-bench#comparison-against-baseline
514+ -- We use threaded RTS, because of
515+ -- https://gitlab.haskell.org/ghc/ghc/-/issues/25165
512516 ghc-options :
513517 -fno-ignore-asserts
518+ -threaded
519+ -rtsopts
514520 -with-rtsopts=-A32m
521+ -fproc-alignment= 64
515522 +RTS
516523 -T
517524 -RTS
518-
519- -- We use this option to avoid skewed results due to changes in cache-line
520- -- alignment. See
521- -- https://github.com/Bodigrim/tasty-bench#comparison-against-baseline
522- if impl(ghc >= 8.6 )
523- ghc-options : -fproc-alignment= 64
You can’t perform that action at this time.
0 commit comments