We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c1bc0 commit 180db9cCopy full SHA for 180db9c
benches/html_parsing.rs
@@ -53,7 +53,7 @@ fn bench_html_parsers(c: &mut Criterion) {
53
);
54
55
group.bench_with_input(
56
- BenchmarkId::new("Google.parse", "/q/"),
+ BenchmarkId::new("Google.parse", "q"),
57
include_str!("../test/google/parsing-q.html"),
58
|b, html| b.iter(|| Google.parse(html, &sites, limit)),
59
0 commit comments