diff --git a/Justfile b/Justfile index 4d7eb0c..77df6db 100644 --- a/Justfile +++ b/Justfile @@ -12,6 +12,10 @@ test: lint: cargo clippy +search-bench: + echo "Running search benchmark..." + cargo run --release --bin byte-knight -- bench + perft depth: echo "Running perft..." cargo run --release --bin perft -- $(depth)