[−][src]Crate perf
PERF - benchmark game generation performance.
Usage: cargo run --release --bin perf
Performance is tested on 5x5 breakthrough/PUCT.
Constants
| GPU_BATCH_SIZE | Batch size per evaluator. |
| MODEL_PATH | Model location. |
| N_EVALUATORS | Number of evaluators. |
| N_GENERATORS | Number of game generators per evaluator. |
Functions
| main | Entry point. |
| run | Run performance test with hardcoded configuration. |
Type Definitions
| G | Game type. |