benchmark parser

This commit is contained in:
nora 2022-05-01 12:07:06 +02:00
parent 39079710c0
commit aab4d95b21
7 changed files with 47835 additions and 9 deletions

View file

@ -19,4 +19,9 @@ _debug = ["dbg-pls"]
default = ["_debug", "fxhash"]
[dev-dependencies]
criterion = "0.3.5"
insta = "1.9.0"
[[bench]]
name = "parser"
harness = false