Skip to content

Commit 5fd8840

Browse files
committed
[benchmark] Add no-capture version of grapheme breaking exercise
1 parent fcd0b59 commit 5fd8840

File tree

4 files changed

+1500
-1
lines changed

4 files changed

+1500
-1
lines changed

Sources/RegexBenchmark/CLI.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ struct Runner: ParsableCommand {
1717
benchmark.addBacktracking()
1818
benchmark.addCSS()
1919
benchmark.addFirstMatch()
20+
benchmark.addGraphemeBreak()
2021
return benchmark
2122
}
2223
mutating func run() throws {

0 commit comments

Comments
 (0)