Searched refs:BENCHMARK_MAGIC_NUMBER (Results 1 – 2 of 2) sorted by relevance
4 hello_buf[0..BENCHMARK_MAGIC_NUMBER.len()]5 .copy_from_slice(BENCHMARK_MAGIC_NUMBER.as_bytes());6 let mut i = BENCHMARK_MAGIC_NUMBER.len();
54 const BENCHMARK_MAGIC_NUMBER: &str = "Criterion"; constant84 hello_buf[0..BENCHMARK_MAGIC_NUMBER.len()] in new()85 .copy_from_slice(BENCHMARK_MAGIC_NUMBER.as_bytes()); in new()86 let mut i = BENCHMARK_MAGIC_NUMBER.len(); in new()