Rename Nested benchmark module to NestedStream

This commit is contained in:
Harendra Kumar 2021-10-09 18:18:30 +05:30
parent 8dc51e8b05
commit 55758dd5b7
4 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ import Streamly.Benchmark.Common.Handle (mkHandleBenchEnv)
import qualified Serial.Elimination as Elimination
import qualified Serial.Exceptions as Exceptions
import qualified Serial.Generation as Generation
import qualified Serial.Nested as Nested
import qualified Serial.NestedStream as NestedStream
import qualified Serial.Split as Split
import qualified Serial.Transformation1 as Transformation1
import qualified Serial.Transformation2 as Transformation2
@ -49,5 +49,5 @@ main = do
, Transformation1.benchmarks moduleName size
, Transformation2.benchmarks moduleName size
, Lift.benchmarks moduleName size
, Nested.benchmarks moduleName size
, NestedStream.benchmarks moduleName size
]

View File

@ -1,5 +1,5 @@
-- |
-- Module : Serial.Nested
-- Module : Serial.NestedStream
-- Copyright : (c) 2018 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
@ -18,7 +18,7 @@
{-# OPTIONS_GHC -fplugin Test.Inspection.Plugin #-}
#endif
module Serial.Nested (benchmarks) where
module Serial.NestedStream (benchmarks) where
import Control.Monad.Trans.Class (lift)

View File

@ -189,7 +189,7 @@ benchmark Prelude.Serial
, Serial.Transformation1
, Serial.Transformation2
, Serial.Lift
, Serial.Nested
, Serial.NestedStream
, Serial.Exceptions
, Serial.Split
if impl(ghcjs)

View File

@ -38,7 +38,7 @@ cradle:
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Generation.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Nested.hs"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/NestedStream.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Split.hs"
component: "bench:Prelude.Serial"