mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
criterion
This commit is contained in:
parent
626784c0ea
commit
d18a75e34e
5 changed files with 491 additions and 44 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue