ApproachAI {}
This commit is contained in:
parent
b95f0cc1ad
commit
91607fb9ce
5 changed files with 75 additions and 3 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -20,4 +20,12 @@ criterion = { version = "^0.5" }
|
|||
|
||||
[[bench]]
|
||||
name = "systems_benchmark"
|
||||
harness = false
|
||||
harness = false
|
||||
|
||||
# Enable max optimizations for dependencies, but not for our code:
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
# Enable only a small amount of optimization in debug mode
|
||||
# [profile.dev]
|
||||
# opt-level = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue