Skip to content

Commit f1b1920

Browse files
Remove additional heap requirement for Data.Stream benchmarks
1 parent 1737060 commit f1b1920

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

benchmark/streamly-benchmarks.cabal

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,6 @@ benchmark Data.Stream
466466
Stream.Type.MultiStream
467467
Stream.Type.Nested
468468
Stream.Type.Logic
469-
if flag(limit-build-mem)
470-
if flag(dev)
471-
ghc-options: +RTS -M1000M -RTS
472-
else
473-
ghc-options: +RTS -M1200M -RTS
474469

475470
benchmark Data.Stream.Adaptive
476471
import: bench-options-threaded

0 commit comments

Comments
 (0)