1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

move benches to iai

This commit is contained in:
Robin Appelman 2021-07-18 19:55:45 +02:00
commit 94bc320add
3 changed files with 188 additions and 210 deletions

View file

@ -15,5 +15,10 @@ memchr = "2"
[dev-dependencies]
maplit = "1"
iai = "0.1"
[[bench]]
name = "bench"
harness = false
[workspace]