//! Cross-engine benchmark harness (port of the Python `benchmarks/` package).
//!
//! Compares the minimax, MCTS, beam-search, and uniform-random engines on a
//! shared, versioned, checksummed position dataset under methodologically
//! consistent conditions. See `docs/BENCHMARKS.md`.