Skip to content

Commit

Permalink
chore(css/lexer): Fix typo (#6588)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 7, 2022
1 parent 29d6720 commit f383836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_css_parser/benches/lexer.rs
Expand Up @@ -21,7 +21,7 @@ fn bench_stylesheet(b: &mut Bencher, src: &'static str) {
}

fn run(c: &mut Criterion, id: &str, src: &'static str) {
c.bench_function(&format!("css/parser/{}", id), |b| {
c.bench_function(&format!("css/lexer/{}", id), |b| {
bench_stylesheet(b, src);
});
}
Expand Down

0 comments on commit f383836

Please sign in to comment.