aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2023-01-24 20:55:21 +0300
committereug-vs <eugene@eug-vs.xyz>2023-01-24 20:55:21 +0300
commit4a62a723f052ed0506cf9342c009cc315a8379a3 (patch)
tree2ba5bb20d17776268259fc9d446a52ba0f9dd1d0 /Cargo.toml
parent36c8c6bd84513fe2a8c9956b842baaee510b25c0 (diff)
downloadchessnost-4a62a723f052ed0506cf9342c009cc315a8379a3.tar.gz
bench: setup perft benchmarking
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f47bb6e..59aa9d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,7 @@ edition = "2021"
[dependencies]
num_enum = "0.5.7"
+
+[[bench]]
+name = "perft"
+harness = false