mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
make benchmarks work again
This commit is contained in:
parent
3beb58189b
commit
03d14e13f2
1 changed files with 4 additions and 1 deletions
|
@ -16,11 +16,14 @@ tokio = "^1.15.0"
|
|||
|
||||
[dev-dependencies]
|
||||
criterion = {version = "^0.3.5", features = ["html_reports", "async_tokio"]}
|
||||
tokio = {version = "^1.15.0", features = ["fs", "io-util", "macros"]}
|
||||
tokio = {version = "^1.15.0", features = ["fs", "io-util", "macros", "rt", "rt-multi-thread"]}
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[profile.bench]
|
||||
debug = true
|
||||
|
||||
[[bench]]
|
||||
harness = false
|
||||
name = "my_benchmark"
|
||||
|
|
Loading…
Add table
Reference in a new issue