File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Run benchmarks and append
141141 run : |
142- ./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --targets "$CI_BENCHMARKS" --raw --append
142+ ./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --cabal-build-options "-j1" -- targets "$CI_BENCHMARKS" --raw --append
143143
144144 # -----------------------------------------------------------------
145145 # -- Compare
Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ packages: streamly.cabal
33 , test/streamly-tests.cabal
44 , benchmark/streamly-benchmarks.cabal
55 , bench-test-lib/bench-test-lib.cabal
6+
7+ -- For debugging heap overflow
8+ jobs : 1
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ packages:
55 core
66 bench-test-lib
77
8+ -- For debugging heap overflow
9+ jobs: 1
10+
811package streamly
912 ghc-options: -Werror
1013
You can’t perform that action at this time.
0 commit comments