Overview
PerformanceEval measures runtime performance metrics against configurable limits.
Quick Start
Metrics Tracked
| Metric | Config | Description |
|---|---|---|
| Duration | maxDurationMs | Total wall-clock time |
| TTFT | maxTimeToFirstTokenMs | Time to first token |
| Tokens | maxTokens | Total token consumption |
| Memory | — | Heap memory delta (always tracked) |