Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/bench/src/
H A Dmisc.rs105 const TXT_1K: &'static str = include_str!("data/1K.txt"); consts
126 bench_match!(easy0_1K, easy0!(), get_text(TXT_1K, easy0_suffix()));
141 bench_match!(easy1_1K, easy1!(), get_text(TXT_1K, easy1_suffix()));
156 bench_match!(medium_1K, medium!(), get_text(TXT_1K, medium_suffix()));
171 bench_match!(hard_1K, hard!(), get_text(TXT_1K, hard_suffix()));
195 get_text(TXT_1K, reallyhard_suffix())
221 get_text(TXT_1K, reallyhard2_suffix())

Completed in 1 milliseconds