Searched refs:TXT_32K (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/regex/bench/src/ |
H A D | misc.rs | 106 const TXT_32K: &'static str = include_str!("data/32K.txt"); consts 127 bench_match!(easy0_32K, easy0!(), get_text(TXT_32K, easy0_suffix())); 142 bench_match!(easy1_32K, easy1!(), get_text(TXT_32K, easy1_suffix())); 157 bench_match!(medium_32K, medium!(), get_text(TXT_32K, medium_suffix())); 172 bench_match!(hard_32K, hard!(), get_text(TXT_32K, hard_suffix())); 200 get_text(TXT_32K, reallyhard_suffix())
|
Completed in 1 milliseconds