aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2023-01-28 22:46:04 +0300
committereug-vs <eugene@eug-vs.xyz>2023-01-28 22:46:04 +0300
commit6c15e34e6bb645a2a4b4e4939d98078cd4b2c74a (patch)
tree23dec84b4e258f4e1d1bf44576299e676a1df1ac /Cargo.toml
parent60c9daa2034ab517d65aac218108c4c87e9f9ec2 (diff)
downloadchessnost-6c15e34e6bb645a2a4b4e4939d98078cd4b2c74a.tar.gz
refactor: rename benches/negamax -> search
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f8eb87c..62a6499 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,5 +14,5 @@ name = "perft"
harness = false
[[bench]]
-name = "negamax"
+name = "search"
harness = false