From 4a62a723f052ed0506cf9342c009cc315a8379a3 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 24 Jan 2023 20:55:21 +0300 Subject: bench: setup perft benchmarking --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3