From 0185f2ef9159a868afa03c6e8d76f6d77f52f4f9 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 21 Dec 2023 17:40:03 -0500 Subject: Recreated benchmark tool for new API --- engine/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/src/lib.rs') diff --git a/engine/src/lib.rs b/engine/src/lib.rs index 8139530..27a1f2d 100644 --- a/engine/src/lib.rs +++ b/engine/src/lib.rs @@ -131,9 +131,9 @@ pub enum SearchLimit { #[derive(Debug, Default, Clone, Copy, PartialEq, Eq)] pub struct ActualLimit { - nodes: Option, - depth: Option, - time: Option, + pub nodes: Option, + pub depth: Option, + pub time: Option, } pub trait Frontend: Sync { -- cgit v1.2.3