benches
This commit is contained in:
parent
149aa841c9
commit
6c706fae26
3 changed files with 342 additions and 0 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -10,3 +10,15 @@ keywords = ["chess"]
|
|||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
|
||||
[profile.bench]
|
||||
debug = true
|
||||
|
||||
[[bench]]
|
||||
name = "benches"
|
||||
harness = false
|
||||
|
||||
[dev-dependencies]
|
||||
gungraun = "0.17"
|
||||
shakmaty = "0.29"
|
||||
eschac_prev = { package = "eschac", version = "0.1" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue