Skip to content

Commit e42a938

Browse files
fixup: perf CI
1 parent 7fb5e27 commit e42a938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Run benchmarks for "master" branch
142142
run: |
143143
# --cabal-build-options \"-j1\"
144-
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --cabal-build-options \"--project-file cabal.project\" --targets "$CI_BENCHMARKS" --raw
144+
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --cabal-build-options "\"--project-file cabal.project\"" --targets "$CI_BENCHMARKS" --raw
145145
# XXX Print dependencies of streamly-core and streamly for comparison
146146
# in case there is a regression due to version changes.
147147
# ghc-pkg --package-db=./dist-newstyle/packagedb/ghc-9.10.3/ field streamly depends
@@ -159,7 +159,7 @@ jobs:
159159
- name: Run benchmarks and append
160160
run: |
161161
# --cabal-build-options \"-j1\"
162-
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --cabal-build-options \"--project-file cabal.project\" --targets "$CI_BENCHMARKS" --raw --append
162+
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --cabal-build-options "\"--project-file cabal.project\"" --targets "$CI_BENCHMARKS" --raw --append
163163
164164
# -----------------------------------------------------------------
165165
# -- Compare

0 commit comments

Comments
 (0)