We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6cec0 commit 4f51563Copy full SHA for 4f51563
.github/workflows/regression-check.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Run benchmarks and append
142
run: |
143
- ./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --targets "$CI_BENCHMARKS" --raw --append
+ ./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --cabal-build-options "-j1" --targets "$CI_BENCHMARKS" --raw --append
144
145
# -----------------------------------------------------------------
146
# -- Compare
0 commit comments