Rename Transformation2 benchmark module to NestedFold

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

View File

@ -19,7 +19,7 @@ import qualified Serial.Generation as Generation
import qualified Serial.NestedStream as NestedStream
import qualified Serial.Split as Split
import qualified Serial.Transformation1 as Transformation1
import qualified Serial.Transformation2 as Transformation2
import qualified Serial.NestedFold as NestedFold
import qualified Serial.Lift as Lift
import Streamly.Benchmark.Common
@ -47,7 +47,7 @@ main = do
, Exceptions.benchmarks moduleName env size
, Split.benchmarks moduleName env
, Transformation1.benchmarks moduleName size
, Transformation2.benchmarks moduleName size
, NestedFold.benchmarks moduleName size
, Lift.benchmarks moduleName size
, NestedStream.benchmarks moduleName size
]

View File

@ -1,5 +1,5 @@
-- |
-- Module : Serial.Transformation2
-- Module : Serial.NestedFold
-- Copyright : (c) 2018 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
@ -12,7 +12,7 @@
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TupleSections #-}
module Serial.Transformation2 (benchmarks) where
module Serial.NestedFold (benchmarks) where
import Control.DeepSeq (NFData(..))
import Control.Monad (when)

View File

@ -187,11 +187,11 @@ benchmark Prelude.Serial
Serial.Generation
, Serial.Elimination
, Serial.Transformation1
, Serial.Transformation2
, Serial.Lift
, Serial.NestedStream
, Serial.Exceptions
, Serial.NestedFold
, Serial.Split
, Serial.Exceptions
, Serial.Lift
if impl(ghcjs)
buildable: False
else

View File

@ -44,7 +44,7 @@ cradle:
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Transformation1.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Transformation2.hs"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/NestedFold.hs"
component: "bench:Prelude.Serial"
- path: "./benchmark/Streamly/Benchmark/Prelude/Serial/Lift.hs"
component: "bench:Prelude.Serial"