improve bench args

This commit is contained in:
Matthieu Jolimaitre 2024-10-25 22:35:42 +02:00
parent 1a647d91ab
commit 40d06b0fa4
3 changed files with 217 additions and 10 deletions

View file

@ -5,6 +5,7 @@ edition = "2021"
default-run = "proxy"
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
rand = "0.8.5"
rayon = "1.10.0"