mirror of
https://github.com/MSWS/Chess.git
synced 2025-12-05 21:30:23 -08:00
reduce_unit_tests
- Simplify performance testing in `board/move_test.go` by commenting out higher-depth test values and clarifying nested comments [board/move_test.go] - Removed certain higher-depth performance test values (`knownPerfs`) in multiple test cases by commenting them out from the lists. - Simplified commented-out sections within nested comments to improve clarity. - Preserved the functional logic of chess test positions and performance data while modifying the dataset for reduced depth testing.
Description
Languages
Go
100%