Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
PerformanceEvaluator
Defined in the eval module.Rust AI Agent SDK Evaluator for performance metrics.
Fields
| Name | Type | Description |
|---|---|---|
max_duration | Duration | Maximum allowed duration |
max_ttft | Option<Duration> | Maximum allowed TTFT |
config | EvaluatorConfig | Configuration |
Methods
new
evaluate
| Name | Type |
|---|---|
metrics | &PerformanceMetrics |
Source
View on GitHub
praisonai/src/eval/mod.rs at line 432
