Add criterion benchmark
This commit is contained in:
parent
9cb7e25149
commit
6c2c34f9a3
6 changed files with 520 additions and 6 deletions
|
|
@ -8,6 +8,13 @@ edition = "2021"
|
|||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
||||
[[bench]]
|
||||
name = "bruteforce"
|
||||
harness = false
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.21.5"
|
||||
clap = { version = "4.4.8", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue