Documentation Index
Fetch the complete documentation index at: https://docs.xhipai.com/llms.txt
Use this file to discover all available pages before exploring further.
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) |