Real-time performance metrics from our continuous benchmarking pipeline. All benchmarks run on every commit to track performance over time.
| Benchmark | Current | Previous | Change | Trend |
|---|---|---|---|---|
{{ benchmark.name }}
@if (benchmark.range) {
{{ benchmark.range }}
}
|
{{ formatValue(benchmark.current, benchmark.unit) }} | {{ benchmark.previous !== null ? formatValue(benchmark.previous, benchmark.unit) : '—' }} | {{ getChangeIcon(benchmark.changePercent) }} {{ formatChange(benchmark.changePercent) }} | @if (benchmark.history.length >= 2) { } @else { — } |