performance progress tracking
This commit is contained in:
parent
f1ec0a08d9
commit
e66771dba9
16 changed files with 2816 additions and 121 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -4,4 +4,15 @@ version = "0.2.0"
|
|||
authors = ["Moritz Eigenauer <moritz.eigenauer@gmail.com>"]
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.7.0"
|
||||
|
||||
[[bench]]
|
||||
name = "perft"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "eval"
|
||||
harness = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue