Add benchmarks

This commit is contained in:
Steve Cook
2023-03-02 19:30:47 -05:00
parent 47e2444b11
commit 0993b8b5ad
2 changed files with 209 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ thiserror = "1.0.38"
java-properties = "1.4.1"
java-rand = "0.2.0"
rand = "0.8.5"
criterion = "0.4.0"
[features]
default = ["image"]
@@ -70,6 +71,10 @@ members = [
"crates/cli"
]
[[bench]]
name = "benchmarks"
harness = false
[profile.release]
codegen-units = 1
lto = true