Skip to content

Commit f229c2e

Browse files
committed
Add FileSystem.DirIO benchmark to the regression CI
1 parent a6e4f6d commit f229c2e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/regression-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
Data.Unbox.Derive.TH
4646
Data.Unfold
4747
FileSystem.Handle
48+
FileSystem.DirIO
4849
Unicode.Parser
4950
Unicode.Stream
5051
CI_FIELDS: allocated

targets/Targets.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ targets =
236236
)
237237
#endif
238238
, ("FileSystem.Handle", [])
239+
, ("FileSystem.DirIO", [])
239240
, ("Network.Inet.TCP", ["noBench"])
240241
, ("Network.Socket", ["noBench"])
241242
, ("Unicode.Char", ["testDevOnly"])

0 commit comments

Comments
 (0)