Skip to content

Commit c072a3b

Browse files
committed
Fix up
1 parent c50ab5c commit c072a3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)