Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan committed May 24, 2023
1 parent 90aeac1 commit 8a31ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
GHCUP_VER=0.1.18.0
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
chmod +x ./ghcup
GHCVER=8.10.7
GHCVER=9.2.7
./ghcup install ghc $GHCVER
./ghcup set ghc $GHCVER
cabal update
Expand Down
3 changes: 1 addition & 2 deletions benchmark/streamly-benchmarks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ benchmark Data.Parser
type: exitcode-stdio-1.0
hs-source-dirs: Streamly/Benchmark/Data
main-is: Parser.hs
ghc-options: +RTS -M3000M -RTS
if impl(ghcjs)
buildable: False
else
Expand All @@ -402,7 +401,7 @@ benchmark Data.Parser
if flag(dev)
ghc-options: +RTS -M3000M -RTS
else
ghc-options: +RTS -M3000M -RTS
ghc-options: +RTS -M1000M -RTS

benchmark Data.Parser.ParserK
import: bench-options
Expand Down

0 comments on commit 8a31ea4

Please sign in to comment.