1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +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

7
Cargo.lock generated
View file

@ -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",