Lines Matching refs:bench_match

14 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_not, r".bc(d|e)*$", {
72 bench_match!(one_pass_long_prefix, r"^abcdefghijklmnopqrstuvwxyz.*$", {
76 bench_match!(one_pass_long_prefix_not, r"^.bcdefghijklmnopqrstuvwxyz.*$", {
80 bench_match!(long_needle1, r"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaab", {
84 bench_match!(long_needle2, r"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbba", {
125 bench_match!(easy0_32, easy0!(), get_text(TXT_32, easy0_suffix()));
126 bench_match!(easy0_1K, easy0!(), get_text(TXT_1K, easy0_suffix()));
127 bench_match!(easy0_32K, easy0!(), get_text(TXT_32K, easy0_suffix()));
128 bench_match!(easy0_1MB, easy0!(), get_text(TXT_1MB, easy0_suffix()));
140 bench_match!(easy1_32, easy1!(), get_text(TXT_32, easy1_suffix()));
141 bench_match!(easy1_1K, easy1!(), get_text(TXT_1K, easy1_suffix()));
142 bench_match!(easy1_32K, easy1!(), get_text(TXT_32K, easy1_suffix()));
143 bench_match!(easy1_1MB, easy1!(), get_text(TXT_1MB, easy1_suffix()));
155 bench_match!(medium_32, medium!(), get_text(TXT_32, medium_suffix()));
156 bench_match!(medium_1K, medium!(), get_text(TXT_1K, medium_suffix()));
157 bench_match!(medium_32K, medium!(), get_text(TXT_32K, medium_suffix()));
158 bench_match!(medium_1MB, medium!(), get_text(TXT_1MB, medium_suffix()));
170 bench_match!(hard_32, hard!(), get_text(TXT_32, hard_suffix()));
171 bench_match!(hard_1K, hard!(), get_text(TXT_1K, hard_suffix()));
172 bench_match!(hard_32K, hard!(), get_text(TXT_32K, hard_suffix()));
173 bench_match!(hard_1MB, hard!(), get_text(TXT_1MB, hard_suffix()));
187 bench_match!(
192 bench_match!(
197 bench_match!(
202 bench_match!(
218 bench_match!(