Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan committed Jun 21, 2023
1 parent c50ab5c commit c072a3b
Showing 1 changed file with 1 addition and 2 deletions.
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 c072a3b

Please sign in to comment.