Skip to content

Commit 2038618

Browse files
Remove Streamly.Prelude benchmarks from bench-runner targets
1 parent d35ef02 commit 2038618

File tree

1 file changed

+0
-79
lines changed

1 file changed

+0
-79
lines changed

targets/Targets.hs

Lines changed: 0 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -246,83 +246,4 @@ targets =
246246
, ("Unicode.Stream", [])
247247
, ("Unicode.Utf8", ["noTest"])
248248
, ("version-bounds", ["noBench"])
249-
250-
---- DEPRECATED ----
251-
252-
-- test only, no benchmarks
253-
-- , ("Prelude", ["prelude_other_grp", "noBench"])
254-
-- , ("Prelude.Fold", ["prelude_other_grp", "noBench"])
255-
-- Enabled only when use-prelude flag is set
256-
-- , ("Prelude.Serial",
257-
-- [ "prelude_serial_grp"
258-
-- , "infinite_grp"
259-
-- , "serial_wserial_cmp"
260-
-- , "noBench"
261-
-- ]
262-
-- )
263-
-- , ("Prelude.Top",
264-
-- [ "prelude_serial_grp"
265-
-- , "infinite_grp"
266-
-- , "noBench"
267-
-- ]
268-
-- )
269-
-- , ("Prelude.WSerial",
270-
-- [ "prelude_serial_grp"
271-
-- , "infinite_grp"
272-
-- , "serial_wserial_cmp"
273-
-- ]
274-
-- )
275-
-- , ("Prelude.Merge",
276-
-- [ "prelude_serial_grp"
277-
-- , "infinite_grp"
278-
-- , "noTest"
279-
-- ]
280-
-- )
281-
-- , ("Prelude.ZipSerial",
282-
-- [ "prelude_serial_grp"
283-
-- , "infinite_grp"
284-
-- ]
285-
-- )
286-
-- , ("Prelude.Async",
287-
-- [ "prelude_concurrent_grp"
288-
-- , "infinite_grp"
289-
-- , "concurrent_cmp"
290-
-- , "serial_async_cmp"
291-
-- ]
292-
-- )
293-
-- , ("Prelude.WAsync",
294-
-- [ "prelude_concurrent_grp"
295-
-- , "infinite_grp"
296-
-- , "concurrent_cmp"
297-
-- ]
298-
-- )
299-
-- , ("Prelude.Ahead",
300-
-- [ "prelude_concurrent_grp"
301-
-- , "infinite_grp"
302-
-- , "concurrent_cmp"
303-
-- ]
304-
-- )
305-
-- , ("Prelude.Parallel",
306-
-- [ "prelude_concurrent_grp"
307-
-- , "infinite_grp"
308-
-- , "concurrent_cmp"
309-
-- ]
310-
-- )
311-
-- , ("Prelude.ZipAsync",
312-
-- [ "prelude_concurrent_grp"
313-
-- , "infinite_grp"
314-
-- ]
315-
-- )
316-
-- , ("Prelude.Concurrent", [ "prelude_other_grp" ])
317-
-- , ("Prelude.Rate",
318-
-- [ "prelude_other_grp"
319-
-- , "infinite_grp"
320-
-- , "testDevOnly"
321-
-- ]
322-
-- )
323-
-- , ("Prelude.Adaptive",
324-
-- [ "prelude_other_grp"
325-
-- , "noTest"
326-
-- ]
327-
-- )
328249
]

0 commit comments

Comments
 (0)