mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
Add benchmarks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user