From f5b2d63f2f1131c23d26360c98d7db44d9efb71d Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 24 Jan 2023 23:37:57 +0300 Subject: feat: gather principal variation in negamax --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 59aa9d6..510ad97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,7 @@ num_enum = "0.5.7" [[bench]] name = "perft" harness = false + +[[bench]] +name = "negamax" +harness = false -- cgit v1.2.3