File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# Removed Data.Fold.Prelude - was failing for some reason (memory issue?)
2121jobs :
2222 build :
23- name : " Comparison: master vs PR (ubuntu-latest ghc-9.10.3 )"
23+ name : " Comparison: master vs PR (ubuntu-latest ghc-9.14.1 )"
2424 env :
2525 GHCVER : 9.14.1
2626 GHCUP_VERSION : 0.1.50.2
@@ -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 --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 --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