Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
# Only run benchmarks when engine code changes
- 'moonfish/**'
- 'opening_book/**'
- 'scripts/**'
- 'pyproject.toml'
- 'requirements.txt'

Expand Down
2 changes: 1 addition & 1 deletion scripts/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -euo pipefail
# Configuration
ROUNDS=${ROUNDS:-100} # 100 games per skill level
CONCURRENCY=${CONCURRENCY:-15}
SKILL_LEVELS=${SKILL_LEVELS:-"1 2 3 4 5"}
SKILL_LEVELS=${SKILL_LEVELS:-"3 4 5"}
MOONFISH_TIME=${MOONFISH_TIME:-60} # seconds per move
STOCKFISH_TC=${STOCKFISH_TC:-"60+5"}
OUTPUT_DIR=${OUTPUT_DIR:-"benchmark_results"}
Expand Down