Skip to content

Commit 44f6420

Browse files
committed
Update old parser benchmark
1 parent c082384 commit 44f6420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/syntax/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fn benchmark_parser() {
3939
let _b = bench("parsing");
4040
let p = SourceFile::parse(&data);
4141
assert!(p.errors.is_empty());
42-
assert_eq!(p.tree().syntax.text_range().len(), 352474.into());
42+
assert_eq!(p.tree().syntax.text_range().len(), 352458.into());
4343
p.tree()
4444
};
4545

0 commit comments

Comments
 (0)