Skip to content

Commit 180db9c

Browse files
committed
Better benchmark name
1 parent 80c1bc0 commit 180db9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/html_parsing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fn bench_html_parsers(c: &mut Criterion) {
5353
);
5454

5555
group.bench_with_input(
56-
BenchmarkId::new("Google.parse", "/q/"),
56+
BenchmarkId::new("Google.parse", "q"),
5757
include_str!("../test/google/parsing-q.html"),
5858
|b, html| b.iter(|| Google.parse(html, &sites, limit)),
5959
);

0 commit comments

Comments
 (0)