Add asting benchmark

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-13 07:40:21 +01:00
parent 9aeeb4eb5b
commit d41cd57847
2 changed files with 58 additions and 0 deletions

View file

@ -7,6 +7,10 @@ edition = "2024"
name = "parsing"
harness = false
[[bench]]
name = "asting"
harness = false
[profile.bench]
debug = true