Skip to content

Conversation

@BurntSushi
Copy link
Member

@BurntSushi BurntSushi commented Apr 24, 2016

This also adds a new utility, regex-run-one, to the benchmark suite.
This utility is a CLI tool that lets one count the number of regex
matches for any of the regex engines in the benchmark harness. e.g.,

regex-run-one tcl '\w{5}z\w{5}' my-file

Will count the number of times the regex '\w{5}z\w{5}' matches in
my-file. Supported engines are: pcre1, pcre2, onig, re2, rust,
rust-bytes and tcl.

This also adds a new utility, regex-run-one, to the benchmark suite.
This utility is a CLI tool that lets one count the number of regex
matches for any of the regex engines in the benchmark harness. e.g.,

  regex-run-one tcl '\w{5}z\w{5}' my-file

Will count the number of times the regex '\w{5}z\w{5}' matches in
my-file. Supported engines are: pcre1, pcre2, onig, re2, rust,
rust-bytes and tcl.
@BurntSushi BurntSushi merged commit 1adc937 into master Apr 24, 2016
@BurntSushi BurntSushi deleted the bench-re2 branch April 24, 2016 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants