Skip to content

Commit

Permalink
Add memory perf to benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Nov 5, 2024
1 parent b0f9422 commit 377a6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
# yamllint disable rule:line-length
run: |
cabal bench ${{ matrix.ghc.proj-file }} --benchmark-options '
+RTS -T -RTS
--csv benchmarks/${{ matrix.os }}_${{ matrix.ghc.vers }}_ci.csv
--svg benchmarks/${{ matrix.os }}_${{ matrix.ghc.vers }}_ci.svg
--baseline benchmarks/baseline_${{ matrix.os }}_${{ matrix.ghc.vers }}_ci.csv
Expand Down

0 comments on commit 377a6b4

Please sign in to comment.