Skip to content

Commit 8a31ea4

Browse files
committed
Fix up
1 parent 90aeac1 commit 8a31ea4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/regression-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
GHCUP_VER=0.1.18.0
6161
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
6262
chmod +x ./ghcup
63-
GHCVER=8.10.7
63+
GHCVER=9.2.7
6464
./ghcup install ghc $GHCVER
6565
./ghcup set ghc $GHCVER
6666
cabal update

benchmark/streamly-benchmarks.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ benchmark Data.Parser
392392
type: exitcode-stdio-1.0
393393
hs-source-dirs: Streamly/Benchmark/Data
394394
main-is: Parser.hs
395-
ghc-options: +RTS -M3000M -RTS
396395
if impl(ghcjs)
397396
buildable: False
398397
else
@@ -402,7 +401,7 @@ benchmark Data.Parser
402401
if flag(dev)
403402
ghc-options: +RTS -M3000M -RTS
404403
else
405-
ghc-options: +RTS -M3000M -RTS
404+
ghc-options: +RTS -M1000M -RTS
406405

407406
benchmark Data.Parser.ParserK
408407
import: bench-options

0 commit comments

Comments
 (0)