Skip to content

Commit

Permalink
chore: add just command for search benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Nov 8, 2024
1 parent f07e3eb commit eceac80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eceac80

Please sign in to comment.