feat(spiel_bot): benchmarks
This commit is contained in:
parent
2329b76f7e
commit
7d37eebe52
3 changed files with 468 additions and 0 deletions
|
|
@ -9,3 +9,10 @@ anyhow = "1"
|
|||
rand = "0.9"
|
||||
rand_distr = "0.5"
|
||||
burn = { version = "0.20", features = ["ndarray", "autodiff"] }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.5", features = ["html_reports"] }
|
||||
|
||||
[[bench]]
|
||||
name = "alphazero"
|
||||
harness = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue