1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00

iai bench

This commit is contained in:
Robin Appelman 2021-02-12 23:00:18 +01:00
commit 0d99a9510b
6 changed files with 51 additions and 3 deletions

View file

@ -40,9 +40,14 @@ fnv = "1.0"
[dev-dependencies]
pretty_assertions = "0.6"
test-case = "1.0.0"
iai = "0.1"
[profile.release]
lto = true
[profile.dev]
opt-level = 2
[[bench]]
name = "iai"
harness = false