bench setup that works

This commit is contained in:
nora 2022-04-12 21:20:16 +02:00
parent 7b88c99039
commit e82b14b09a
11 changed files with 302 additions and 19 deletions

View file

@ -11,3 +11,7 @@ bumpalo = { version = "3.9.1", features = ["allocator_api"] }
[dev-dependencies]
criterion = "0.3.5"
insta = "1.14.0"
[[bench]]
name = "opts"
harness = false