Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RE2 and TCL to the benchmark harness. #213

Merged
merged 1 commit into from
Apr 24, 2016
Merged

Add RE2 and TCL to the benchmark harness. #213

merged 1 commit into from
Apr 24, 2016

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.

1 participant