Skip to content

Commit

Permalink
Fix benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Oct 31, 2024
1 parent 4fabfc9 commit f2838a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ set -e

export LANG="C.UTF-8"

cabal bench --benchmark-options \
'+RTS -T -RTS --csv benchmarks/bench.csv --svg benchmarks/bench.svg --baseline benchmarks/baseline_9.8.2.csv'
cabal bench --enable-benchmarks --benchmark-options \
'+RTS -T -RTS --csv benchmarks/bench.csv --svg benchmarks/bench.svg --baseline benchmarks/baseline_9.8.2.csv'

0 comments on commit f2838a3

Please sign in to comment.