File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
benchmark/Streamly/Benchmark/Data Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ module Main (main) where
1919import Streamly.Benchmark.Common.Handle (mkHandleBenchEnv )
2020
2121import qualified Stream.Eliminate as Elimination
22- #ifndef USE_STREAMLY_CORE
2322import qualified Stream.Exceptions as Exceptions
24- #endif
2523import qualified Stream.Expand as NestedStream
2624import qualified Stream.Generate as Generation
2725import qualified Stream.Lift as Lift
@@ -61,9 +59,7 @@ main = do
6159 allBenchmarks env size = Prelude. concat
6260 [ Generation. benchmarks moduleName size
6361 , Elimination. benchmarks moduleName size
64- #ifndef USE_STREAMLY_CORE
6562 , Exceptions. benchmarks moduleName env size
66- #endif
6763 , Split. benchmarks moduleName env
6864 , Transformation. benchmarks moduleName size
6965 , NestedFold. benchmarks moduleName size
You can’t perform that action at this time.
0 commit comments