Adjust value in syntax highlighting benchmark

This commit is contained in:
Florian Diebold 2022-03-23 19:28:01 +01:00
parent 8d98f3c983
commit fa923f9b19

View File

@ -1018,5 +1018,5 @@ fn benchmark_syntax_highlighting_parser() {
.filter(|it| it.highlight.tag == HlTag::Symbol(SymbolKind::Function))
.count()
};
assert_eq!(hash, 1616);
assert_eq!(hash, 1609);
}