File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Install bench-runner from PR branch
128128 run : |
129- cabal install bench-runner --project-file=cabal.project.report --installdir=./
129+ cabal install bench-runner --project-file=cabal.project.report --installdir=./ --allow-newer
130130
131131 # -----------------------------------------------------------------
132132 # -- Generate reports for the base branch and upload
@@ -140,7 +140,7 @@ jobs:
140140
141141 - name : Run benchmarks for "master" branch
142142 run : |
143- # CABAL_BUILD_OPTIONS=" --cabal-build-options \"-j1\" "
143+ # --cabal-build-options \"-j1\"
144144 ./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --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.
@@ -158,7 +158,7 @@ jobs:
158158
159159 - name : Run benchmarks and append
160160 run : |
161- # CABAL_BUILD_OPTIONS=" --cabal-build-options \"-j1\" "
161+ # --cabal-build-options \"-j1\"
162162 ./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --targets "$CI_BENCHMARKS" --raw --append
163163
164164 # -----------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments