1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

move benches to criterion

This commit is contained in:
Robin Appelman 2025-02-15 16:49:56 +01:00
commit 1ea84fcef8
3 changed files with 477 additions and 22 deletions

View file

@ -30,11 +30,15 @@ vdf-reader = "0.2.0"
[dev-dependencies]
obj = "0.10"
main_error = "0.1.2"
criterion = "0.5.1"
[profile.dev]
opt-level = 2
[features]
default = ["basic"]
bench = []
basic = []
[[bench]]
name = "bench"
harness = false