Searched refs:hard_suffix (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/regex/bench/src/ |
H A D | misc.rs | 160 fn hard_suffix() -> String { in hard_suffix() functions 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()));
|
Completed in 1 milliseconds