@@ -18,6 +18,8 @@ cradle:
1818 cabal :
1919 - path : " ./benchmark/lib/"
2020 component : " lib:streamly-benchmarks"
21+ - path : " ./benchmark/NanoBenchmarks.hs"
22+ component : " exe:nano-bench"
2123 - path : " ./benchmark/Streamly/Benchmark/Data/Array.hs"
2224 component : " bench:Data.Array"
2325 - path : " ./benchmark/Streamly/Benchmark/Data/Array/Generic.hs"
@@ -26,7 +28,7 @@ cradle:
2628 component : " bench:Data.Array.Stream"
2729 - path : " ./benchmark/Streamly/Benchmark/Data/Fold.hs"
2830 component : " bench:Data.Fold"
29- - path : " ./benchmark/Streamly/Benchmark/Data/Fold/Prelude .hs"
31+ - path : " ./benchmark/Streamly/Benchmark/Data/Fold/Prelood .hs"
3032 component : " bench:Data.Fold.Prelude"
3133 - path : " ./benchmark/Streamly/Benchmark/Data/Fold/Window.hs"
3234 component : " bench:Data.Fold.Window"
@@ -36,29 +38,50 @@ cradle:
3638 component : " bench:Data.Parser"
3739 - path : " ./benchmark/Streamly/Benchmark/Data/ParserK.hs"
3840 component : " bench:Data.ParserK"
41+ - path : " ./benchmark/Streamly/Benchmark/Data/ParserK.hs"
42+ component : " bench:Data.ParserK.Chunked"
43+ - path : " ./benchmark/Streamly/Benchmark/Data/ParserK.hs"
44+ component : " bench:Data.ParserK.Chunked.Generic"
45+ - path : " ./benchmark/Streamly/Benchmark/Data/RingArray.hs"
46+ component : " bench:Data.RingArray"
47+ - path : " ./benchmark/Streamly/Benchmark/Data/Scanl.hs"
48+ component : " bench:Data.Scanl"
49+ - path : " ./benchmark/Streamly/Benchmark/Data/Scanl/Concurrent.hs"
50+ component : " bench:Data.Scanl.Concurrent"
51+ - path : " ./benchmark/Streamly/Benchmark/Data/Scanl/Window.hs"
52+ component : " bench:Data.Scanl.Window"
53+ - path : " ./benchmark/Streamly/Benchmark/Data/Serialize.hs"
54+ component : " bench:Data.Serialize"
55+ - path : " ./benchmark/Streamly/Benchmark/Data/Array/SmallArray.hs"
56+ component : " bench:Data.SmallArray"
3957 - path : " ./benchmark/Streamly/Benchmark/Data/Stream/"
4058 component : " bench:Data.Stream"
41-
42- - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Concurrent.hs"
43- component : " bench:Data.Stream.Concurrent"
44- - path : " ./benchmark/Streamly/Benchmark/Data/Stream/ConcurrentCommon.hs"
45- component : " bench:Data.Stream.Concurrent"
46- - path : " ./benchmark/Streamly/Benchmark/Data/Stream/ConcurrentInterleaved.hs"
47- component : " bench:Data.Stream.ConcurrentInterleaved"
48- - path : " ./benchmark/Streamly/Benchmark/Data/Stream/ConcurrentEager.hs"
49- component : " bench:Data.Stream.ConcurrentEager"
50- - path : " ./benchmark/Streamly/Benchmark/Data/Stream/ConcurrentOrdered.hs"
51- component : " bench:Data.Stream.ConcurrentOrdered"
59+ - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Prelude/Adaptive.hs"
60+ component : " bench:Data.Stream.Adaptive"
61+ - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Prelude/ConcurrentThreadHeavy.hs"
62+ component : " bench:Data.Stream.ConcurrentThreadHeavy"
63+ - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Prelude/Exceptions.hs"
64+ component : " bench:Data.Stream.Prelude"
65+ - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Prelude/Exceptions.hs"
66+ component : " bench:Data.Stream.Prelude.Exceptions"
67+ - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Prelude/Rate.hs"
68+ component : " bench:Data.Stream.Rate"
5269 - path : " ./benchmark/Streamly/Benchmark/Data/StreamK.hs"
5370 component : " bench:Data.StreamK"
5471 - path : " ./benchmark/Streamly/Benchmark/Data/StreamK/FromStream.hs"
5572 component : " bench:Data.StreamK.FromStream"
56- - path : " ./benchmark/Streamly/Benchmark/Data/Stream/Prelude/Exceptions.hs"
57- component : " bench:Data.Stream.Prelude.Exceptions"
73+ - path : " ./benchmark/Streamly/Benchmark/Data/StreamK/StreamKAlt.hs"
74+ component : " bench:Data.StreamK.StreamKAlt"
75+ - path : " ./benchmark/Streamly/Benchmark/Data/Serialize.hs"
76+ component : " bench:Data.Unbox"
77+ - path : " ./benchmark/Streamly/Benchmark/Data/Serialize.hs"
78+ component : " bench:Data.Unbox.Derive.TH"
5879 - path : " ./benchmark/Streamly/Benchmark/Data/Unfold.hs"
5980 component : " bench:Data.Unfold"
6081 - path : " ./benchmark/Streamly/Benchmark/Data/Unfold/Prelude1.hs"
6182 component : " bench:Data.Unfold.Prelude"
83+ - path : " ./benchmark/Streamly/Benchmark/FileSystem/DirIO.hs"
84+ component : " bench:FileSystem.DirIO"
6285 - path : " ./benchmark/Streamly/Benchmark/FileSystem/Handle/Read.hs"
6386 component : " bench:FileSystem.Handle"
6487 - path : " ./benchmark/Streamly/Benchmark/FileSystem/Handle/ReadWrite.hs"
@@ -89,6 +112,8 @@ cradle:
89112 component : " test:Data.Fold.Window"
90113 - path : " ./test/Streamly/Test/Data/List.hs"
91114 component : " test:Data.List"
115+ - path : " ./test/Streamly/Test/Data/List.hs"
116+ component : " test:Data.List.Base"
92117 - path : " ./test/Streamly/Test/Data/MutArray.hs"
93118 component : " test:Data.MutArray"
94119 - path : " ./test/Streamly/Test/Data/Parser.hs"
@@ -97,18 +122,36 @@ cradle:
97122 component : " test:Data.Parser"
98123 - path : " ./test/Streamly/Test/Data/ParserK.hs"
99124 component : " test:Data.ParserK"
125+ - path : " ./test/Streamly/Test/Data/RingArray.hs"
126+ component : " test:Data.RingArray"
127+ - path : " ./test/Streamly/Test/Data/Scanl/Concurrent.hs"
128+ component : " test:Data.Scanl.Concurrent"
129+ - path : " ./test/Streamly/Test/Data/Serialize.hs"
130+ component : " test:Data.Serialize"
131+ - path : " ./test/Streamly/Test/Data/Serialize.hs"
132+ component : " test:Data.Serialize.ENABLE_constructorTagAsString"
133+ - path : " ./test/Streamly/Test/Data/SmallArray.hs"
134+ component : " test:Data.SmallArray"
100135 - path : " ./test/Streamly/Test/Data/Stream.hs"
101136 component : " test:Data.Stream"
102- - path : " ./test/Streamly/Test/Data/Stream/Common.hs"
103- component : " test:Data.Stream.Concurrent"
104137 - path : " ./test/Streamly/Test/Data/Stream/Concurrent.hs"
105138 component : " test:Data.Stream.Concurrent"
106139 - path : " ./test/Streamly/Test/Data/Stream/Exception.hs"
107140 component : " test:Data.Stream.Exception"
141+ - path : " ./test/Streamly/Test/Data/Stream/Rate.hs"
142+ component : " test:Data.Stream.Rate"
108143 - path : " ./test/Streamly/Test/Data/Stream/Time.hs"
109144 component : " test:Data.Stream.Time"
145+ - path : " ./test/Streamly/Test/Data/Unbox.hs"
146+ component : " test:Data.Serialize.Derive.TH"
110147 - path : " ./test/Streamly/Test/Data/Unbox.hs"
111148 component : " test:Data.Unbox"
149+ - path : " ./test/Streamly/Test/Data/Unbox.hs"
150+ component : " test:Data.Unbox.Derive.Generic"
151+ - path : " ./test/Streamly/Test/Data/Unbox.hs"
152+ component : " test:Data.Unbox.Derive.TH"
153+ - path : " ./test/Streamly/Test/Data/Unbox/TH.hs"
154+ component : " test:Data.Unbox.TH"
112155 - path : " ./test/Streamly/Test/Data/Unfold.hs"
113156 component : " test:Data.Unfold"
114157 - path : " ./test/Streamly/Test/FileSystem/DirIO.hs"
@@ -145,6 +188,8 @@ cradle:
145188 component : " test:Prelude.Rate"
146189 - path : " ./test/Streamly/Test/Prelude/Serial.hs"
147190 component : " test:Prelude.Serial"
191+ - path : " ./test/Streamly/Test/Prelude/Top.hs"
192+ component : " test:Prelude.Top"
148193 - path : " ./test/Streamly/Test/Prelude/WAsync.hs"
149194 component : " test:Prelude.WAsync"
150195 - path : " ./test/Streamly/Test/Prelude/WSerial.hs"
@@ -153,8 +198,12 @@ cradle:
153198 component : " test:Prelude.ZipAsync"
154199 - path : " ./test/Streamly/Test/Prelude/ZipSerial.hs"
155200 component : " test:Prelude.ZipSerial"
201+ - path : " ./test/Streamly/Test/Serialize/Serializable.hs"
202+ component : " test:Data.Binary"
156203 - path : " ./test/Streamly/Test/Serialize/Serializable.hs"
157204 component : " test:Serialize.Serializable"
205+ - path : " ./test/Streamly/Test/Unicode/Char.hs"
206+ component : " test:Unicode.Char"
158207 - path : " ./test/Streamly/Test/Unicode/Parser.hs"
159208 component : " test:Unicode.Parser"
160209 - path : " ./test/Streamly/Test/Unicode/Stream.hs"
0 commit comments