Remove stray comment
Some checks failed
Cargo CI / Build and Test (pull_request) Successful in 1m41s
Cargo CI / Lint (pull_request) Failing after 1m12s

This commit is contained in:
Wojciech Kozlowski 2024-02-19 20:42:13 +01:00
parent a6febda864
commit 8cf68b6ea5

View File

@ -483,7 +483,6 @@ mod benches {
#[bench]
fn normalize_search(b: &mut Bencher) {
// let strings = generate_sample(random_alpanumeric_string);
let mut iter = ARTISTS.iter().cycle();
b.iter(|| test::black_box(Search::normalize_search(&iter.next().unwrap(), true, true)))
}