Skip to content

Commit e164e98

Browse files
Create a streamly_core_grp benchmark group
1 parent 2038618 commit e164e98

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

targets/Targets.hs

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ targets =
4040
, ("Data.Fold",
4141
[ "infinite_grp"
4242
, "fold_parser_grp"
43+
, "streamly_core_grp"
4344
]
4445
)
4546
, ("Data.Fold.Window",
4647
[ "infinite_grp"
4748
, "fold_parser_grp"
49+
, "streamly_core_grp"
4850
]
4951
)
5052
, ("Data.List",
@@ -67,46 +69,54 @@ targets =
6769
[ "infinite_grp"
6870
, "fold_parser_grp"
6971
, "parser_cmp"
72+
, "streamly_core_grp"
7073
]
7174
)
7275
, ("Data.ParserK",
7376
[ "infinite_grp"
7477
, "fold_parser_grp"
7578
, "parser_cmp"
79+
, "streamly_core_grp"
7680
]
7781
)
7882
, ("Data.ParserK.Chunked",
7983
[ "infinite_grp"
8084
, "fold_parser_grp"
8185
, "parser_cmp"
86+
, "streamly_core_grp"
8287
, "noTest"
8388
]
8489
)
8590
, ("Data.ParserK.Chunked.Generic",
8691
[ "infinite_grp"
8792
, "fold_parser_grp"
93+
, "streamly_core_grp"
8894
, "parser_cmp"
8995
, "noTest"
9096
]
9197
)
9298
, ("Data.RingArray",
9399
[ "array_grp"
100+
, "streamly_core_grp"
94101
]
95102
)
96103
, ("Data.Scanl",
97104
[ "infinite_grp"
98105
, "fold_parser_grp"
106+
, "streamly_core_grp"
99107
, "noTest"
100108
]
101109
)
102110
, ("Data.Scanl.Window",
103111
[ "infinite_grp"
104112
, "fold_parser_grp"
113+
, "streamly_core_grp"
105114
, "noTest"
106115
]
107116
)
108117
, ("Data.Serialize",
109118
[ "mut_bytearray_grp"
119+
, "streamly_core_grp"
110120
]
111121
)
112122
, ("Data.Serialize.Derive.TH",
@@ -129,6 +139,7 @@ targets =
129139
, "serial_stream_grp"
130140
, "serial_stream_cmp"
131141
, "serial_concurrent_cmp"
142+
, "streamly_core_grp"
132143
]
133144
)
134145
, ("Data.Stream.Adaptive",
@@ -181,6 +192,7 @@ targets =
181192
[ "infinite_grp"
182193
, "serial_stream_grp"
183194
, "serial_stream_cmp"
195+
, "streamly_core_grp"
184196
, "noTest"
185197
]
186198
)
@@ -196,14 +208,16 @@ targets =
196208
-}
197209
, ("Data.Unbox",
198210
[ "noTest"
211+
, "streamly_core_grp"
199212
]
200213
)
201214
, ("Data.Unbox.Derive.Generic",
202215
[ "noBench"
203216
]
204217
)
205218
, ("Data.Unbox.Derive.TH",
206-
[]
219+
[ "streamly_core_grp"
220+
]
207221
)
208222
, ("Data.Unbox.TH",
209223
[ "noBench"
@@ -212,6 +226,7 @@ targets =
212226
, ("Data.Unfold",
213227
[ "infinite_grp"
214228
, "serial_stream_grp"
229+
, "streamly_core_grp"
215230
]
216231
)
217232
, ("FileSystem.Event",
@@ -242,7 +257,7 @@ targets =
242257
, ("Network.Inet.TCP", ["noBench"])
243258
, ("Network.Socket", ["noBench"])
244259
, ("Unicode.Char", ["testDevOnly"])
245-
, ("Unicode.Parser", [])
260+
, ("Unicode.Parser", ["streamly_core_grp"])
246261
, ("Unicode.Stream", [])
247262
, ("Unicode.Utf8", ["noTest"])
248263
, ("version-bounds", ["noBench"])

0 commit comments

Comments
 (0)