Skip to content

Commit

Permalink
Actually fix name of Unicode encoding benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Jun 29, 2024
1 parent c296965 commit e5b440f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fn decode_benchmark(c: &mut Criterion) {
criterion_group!(
benches,
ascii_benchmark,
standard_benchmark,
unicode_benchmark,
decode_benchmark
);
criterion_main!(benches);

0 comments on commit e5b440f

Please sign in to comment.