Add benchmarks for analysis passes

This commit is contained in:
Lol3rrr
2024-11-02 03:30:28 +01:00
parent e8843540a3
commit 7e50a627f6
3 changed files with 90 additions and 0 deletions

View File

@@ -17,3 +17,9 @@ phf = { version = "0.11" }
[dev-dependencies]
pretty_assertions = { version = "1.4" }
tracing-test = { version = "0.2", features = ["no-env-filter"] }
divan = "0.1.15"
[[bench]]
name = "analysis"
harness = false