Home
last modified time | relevance | path

Searched refs:bench_match (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/bench/src/
H A Dmisc.rs14 bench_match!(
26 bench_match!(literal, r"y", {
30 bench_match!(not_literal, r".y", {
34 bench_match!(match_class, "[abcdw]", {
38 bench_match!(match_class_in_range, "[ac]", {
44 bench_match!(match_class_unicode, r"\p{L}", {
56 bench_match!(anchored_literal_short_match, r"^.bc(d|e)", {
60 bench_match!(anchored_literal_long_match, r"^.bc(d|e)", {
64 bench_match!(one_pass_short, r"^.bc(d|e)*$", {
68 bench_match!(one_pass_short_no
[all...]
H A Dbench.rs88 // USAGE: bench_match!(name, pattern, haystack)
99 macro_rules! bench_match { macros

Completed in 1 milliseconds