perf: refactor bench

This commit is contained in:
Vincent Herlemont
2023-10-29 09:45:00 +01:00
parent 1b3ae4f5f1
commit 954cfa322e
6 changed files with 10 additions and 153 deletions
-8
View File
@@ -37,13 +37,5 @@ default = ["serde", "bincode_1_3"]
name = "overhead"
harness = false
[[bench]]
name = "overhead_on_bincode"
harness = false
[[bench]]
name = "prepend_bytes"
harness = false
[build-dependencies]
skeptic = "0.13"