Rename Stream.Async benchmark to Stream.Concurrent

This commit is contained in:
Harendra Kumar 2022-10-17 00:30:02 +05:30 committed by Harendra Kumar
parent 162fc171df
commit 00265b40d2

View File

@ -244,7 +244,7 @@ benchmark Data.Stream
else
ghc-options: +RTS -M2500M -RTS
benchmark Data.Stream.Async
benchmark Data.Stream.Concurrent
import: bench-options-threaded
type: exitcode-stdio-1.0
hs-source-dirs: Streamly/Benchmark/Data/Stream/, Streamly/Benchmark/Data/