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

criterion

This commit is contained in:
Robin Appelman 2022-04-18 17:13:20 +02:00
commit d18a75e34e
5 changed files with 491 additions and 44 deletions

View file

@ -45,6 +45,7 @@ steamid-ng = "1"
schemars = { version = "0.8", optional = true }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
criterion = "0.3.5"
[features]
schema = ["schemars", "bitbuffer/schemars"]
@ -64,3 +65,15 @@ opt-level = 2
[[bench]]
name = "iai"
harness = false
[[bench]]
name = "allmessages"
harness = false
[[bench]]
name = "bench"
harness = false
[[bench]]
name = "sendprop"
harness = false