Expand description
Benchmark harness for running and comparing colony simulations.
Provides a standard framework for running timed simulations, collecting snapshots at regular intervals, and comparing metrics across multiple runs with different configurations.
Structs§
- Benchmark
Config - Configuration for a benchmark run.
- Benchmark
Run - A single benchmark run capturing timeline data.
- Benchmark
Suite - A suite of benchmark runs for comparison.
- Comparison
Row - A single row in the comparison table.
- Comparison
Table - Comparison table across benchmark runs.
Functions§
- run_
benchmark - Run a benchmark on a colony with the given configuration.