Skip to content

Commit 11a1cea

Browse files
Disable Unicode.Utf8 benchmark
It is broken.
1 parent 9527c73 commit 11a1cea

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

benchmark/streamly-benchmarks.cabal

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -667,12 +667,13 @@ benchmark Unicode.Stream
667667
else
668668
buildable: True
669669

670-
benchmark Unicode.Utf8
671-
import: bench-options
672-
type: exitcode-stdio-1.0
673-
hs-source-dirs: Streamly/Benchmark/Unicode
674-
main-is: Utf8.hs
675-
if flag(use-streamly-core)
676-
buildable: False
677-
else
678-
buildable: True
670+
-- XXX this is broken
671+
-- benchmark Unicode.Utf8
672+
-- import: bench-options
673+
-- type: exitcode-stdio-1.0
674+
-- hs-source-dirs: Streamly/Benchmark/Unicode
675+
-- main-is: Utf8.hs
676+
-- if flag(use-streamly-core)
677+
-- buildable: False
678+
-- else
679+
-- buildable: True

targets/Targets.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,6 @@ targets =
271271
, ("Unicode.Char", ["testDevOnly"])
272272
, ("Unicode.Parser", ["streamly_core_grp"])
273273
, ("Unicode.Stream", [])
274-
, ("Unicode.Utf8", ["noTest"])
274+
-- , ("Unicode.Utf8", ["noTest"])
275275
, ("version-bounds", ["noBench"])
276276
]

0 commit comments

Comments
 (0)