Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add email regex benchmarks
  • Loading branch information
rctcwyvrn committed Jun 20, 2022
commit eeb0852e96ed7ce66deecb344226cc29f520d246
1 change: 1 addition & 0 deletions Sources/RegexBenchmark/CLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ struct Runner: ParsableCommand {
benchmark.addGraphemeBreak()
benchmark.addHangulSyllable()
benchmark.addHTML()
benchmark.addEmail()
return benchmark
}

Expand Down
Loading