summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--benches/html_parsing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/html_parsing.rs b/benches/html_parsing.rs
index 07c1420..1f5dd10 100644
--- a/benches/html_parsing.rs
+++ b/benches/html_parsing.rs
@@ -53,7 +53,7 @@ fn bench_html_parsers(c: &mut Criterion) {
);
group.bench_with_input(
- BenchmarkId::new("Google.parse", "/q/"),
+ BenchmarkId::new("Google.parse", "q"),
include_str!("../test/google/parsing-q.html"),
|b, html| b.iter(|| Google.parse(html, &sites, limit)),
);