add benchmark

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-04 12:55:56 +01:00
parent 9c276ed5e9
commit ec07aba204
4 changed files with 383 additions and 0 deletions
+7
View File
@@ -16,3 +16,10 @@ serde_json = "1.0.91"
strip = true
lto = true
opt-level = "z"
[dev-dependencies]
criterion = "0.4.0"
[[bench]]
name = "benchmark"
harness = false