We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50ab5c commit c072a3bCopy full SHA for c072a3b
1 file changed
benchmark/streamly-benchmarks.cabal
@@ -392,7 +392,6 @@ benchmark Data.Parser
392
type: exitcode-stdio-1.0
393
hs-source-dirs: Streamly/Benchmark/Data
394
main-is: Parser.hs
395
- ghc-options: +RTS -M3000M -RTS
396
if impl(ghcjs)
397
buildable: False
398
else
@@ -402,7 +401,7 @@ benchmark Data.Parser
402
401
if flag(dev)
403
ghc-options: +RTS -M3000M -RTS
404
405
+ ghc-options: +RTS -M1000M -RTS
406
407
benchmark Data.Parser.ParserK
408
import: bench-options
0 commit comments