benchmark_track
Record, monitor, and analyze performance metrics with statistical control limits to track baselines and deltas.
Instructions
TRIGGER: Call this whenever making performance improvements to track the delta. 📈 Benchmark Tracker — SPC-style baseline & delta tracking with statistical control limits. Args: metric: Name of the metric (e.g., 'build_time', 'test_pass_rate', 'bundle_size') value: The measured value (required for 'record' action) unit: Unit of measurement action: 'record' to add a data point, 'trend' to view the trend, 'list' to see all metrics context: Additional context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | ||
| value | No | ||
| action | No | record | |
| metric | Yes | ||
| context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |