mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
iai bench
This commit is contained in:
parent
e8143720a5
commit
0d99a9510b
6 changed files with 51 additions and 3 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -248,6 +248,12 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "iai"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "71a816c97c42258aa5834d07590b718b4c9a598944cd39a52dc25b351185d678"
|
||||
|
||||
[[package]]
|
||||
name = "instant"
|
||||
version = "0.1.9"
|
||||
|
|
@ -658,6 +664,7 @@ dependencies = [
|
|||
"enumflags2",
|
||||
"err-derive",
|
||||
"fnv",
|
||||
"iai",
|
||||
"jemallocator",
|
||||
"main_error",
|
||||
"no-panic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue