Skip to content

Commit

Permalink
remove unnecessary -O flag on benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Oct 1, 2023
1 parent a7ce17d commit f6b97fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timer-wheel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ benchmark bench
random ^>= 1.2,
tasty-bench,
timer-wheel,
ghc-options: -fproc-alignment=64 -O -threaded "-with-rtsopts=-N2 -T -A32m"
ghc-options: -fproc-alignment=64 -threaded "-with-rtsopts=-N2 -T -A32m"
hs-source-dirs: bench
main-is: Main.hs
type: exitcode-stdio-1.0

0 comments on commit f6b97fd

Please sign in to comment.