Skip to content

Commit f383836

Browse files
authoredDec 7, 2022
chore(css/lexer): Fix typo (#6588)
1 parent 29d6720 commit f383836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎crates/swc_css_parser/benches/lexer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn bench_stylesheet(b: &mut Bencher, src: &'static str) {
2121
}
2222

2323
fn run(c: &mut Criterion, id: &str, src: &'static str) {
24-
c.bench_function(&format!("css/parser/{}", id), |b| {
24+
c.bench_function(&format!("css/lexer/{}", id), |b| {
2525
bench_stylesheet(b, src);
2626
});
2727
}

0 commit comments

Comments
 (0)
Please sign in to comment.