Searched refs:TXT_1MB (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/regex/bench/src/ |
H A D | misc.rs | 107 const TXT_1MB: &'static str = include_str!("data/1MB.txt"); consts 128 bench_match!(easy0_1MB, easy0!(), get_text(TXT_1MB, easy0_suffix())); 143 bench_match!(easy1_1MB, easy1!(), get_text(TXT_1MB, easy1_suffix())); 158 bench_match!(medium_1MB, medium!(), get_text(TXT_1MB, medium_suffix())); 173 bench_match!(hard_1MB, hard!(), get_text(TXT_1MB, hard_suffix())); 205 get_text(TXT_1MB, reallyhard_suffix())
|
Completed in 1 milliseconds