File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments