Highlights
- Upgraded
benchmark-matrix.ps1 into a one-command benchmark pipeline.
- Matrix runs now automatically trigger both visualization outputs:
- markdown visual report via
benchmark-viz.ps1
- interactive HTML dashboard via
tools/benchmark_dashboard.py
- Added
-SkipVisualize switch to run matrix-only mode when needed.
- Updated benchmark workflow documentation with visualization commands.
Included Changes
- New script:
benchmark-viz.ps1
- New script:
tools/benchmark_dashboard.py
- Updated script:
benchmark-matrix.ps1
- Updated docs:
docs/benchmark_workflow.md
Usage
# Full pipeline: matrix + markdown report + HTML dashboard
powershell -ExecutionPolicy Bypass -File .\benchmark-matrix.ps1 -Profiles balanced,rush -Intensities medium,heavy -TroopProfile swarm
# Matrix only (skip auto visualization)
powershell -ExecutionPolicy Bypass -File .\benchmark-matrix.ps1 -Profiles balanced,rush -Intensities medium,heavy -SkipVisualize