tamer: benches (memchr): Add missing bench attr

This benchmark was not being run.
main
Mike Gerwitz 2021-08-19 23:14:33 -04:00
parent e217478a46
commit c211ada89b
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ mod small_str {
});
}
#[bench]
fn rust_contains_one_byte_mid_match(bench: &mut Bencher) {
let strs = gen_strs(1000, "foo:bar");