Sync targets with benchmark targets

This commit is contained in:
Harendra Kumar 2024-02-19 08:00:25 +05:30
parent 5fd3aaec35
commit d3adfdcf9c

View File

@ -70,6 +70,20 @@ targets =
, "noTest" , "noTest"
] ]
) )
, ("Data.ParserK.Chunked",
[ "infinite_grp"
, "fold_parser_grp"
, "parser_cmp"
, "noTest"
]
)
, ("Data.ParserK.Chunked.Generic",
[ "infinite_grp"
, "fold_parser_grp"
, "parser_cmp"
, "noTest"
]
)
, ("Data.Ring.Unboxed", , ("Data.Ring.Unboxed",
[ "array_grp" [ "array_grp"
] ]
@ -96,12 +110,6 @@ targets =
, "noTest" , "noTest"
] ]
) )
, ("Data.Stream.StreamDK",
[ "infinite_grp"
, "serial_stream_grp"
, "noTest"
]
)
, ("Data.Stream.Concurrent", , ("Data.Stream.Concurrent",
[ "infinite_grp" [ "infinite_grp"
, "concurrent_stream_grp" , "concurrent_stream_grp"
@ -130,14 +138,11 @@ targets =
, "noTest" , "noTest"
] ]
) )
{- , ("Data.Stream.Rate",
-- XXX Need devOnly flag support in BenchRunner [ "infinite_grp"
, ("Data.Stream.ToStreamK", , "concurrent_stream_grp"
[ "noTest"
, "devOnly"
] ]
) )
-}
, ("Data.StreamK", , ("Data.StreamK",
[ "infinite_grp" [ "infinite_grp"
, "serial_stream_grp" , "serial_stream_grp"
@ -145,6 +150,16 @@ targets =
, "noTest" , "noTest"
] ]
) )
{-
-- XXX Need devOnly flag support in BenchRunner
, ("Data.StreamK.FromStream",
[ "infinite_grp"
, "serial_stream_grp"
, "noTest"
, "devOnly"
]
)
-}
, ("Data.Unbox", , ("Data.Unbox",
[ "noTest" [ "noTest"
] ]
@ -178,6 +193,7 @@ targets =
, ("Network.Inet.TCP", ["noBench"]) , ("Network.Inet.TCP", ["noBench"])
, ("Network.Socket", ["noBench"]) , ("Network.Socket", ["noBench"])
, ("Unicode.Char", ["testDevOnly"]) , ("Unicode.Char", ["testDevOnly"])
, ("Unicode.Parser", [])
, ("Unicode.Stream", []) , ("Unicode.Stream", [])
, ("Unicode.Utf8", ["noTest"]) , ("Unicode.Utf8", ["noTest"])
, ("version-bounds", ["noBench"]) , ("version-bounds", ["noBench"])