> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Performance Result • Rust AI Agent SDK

> PerformanceResult: Result from a performance evaluation.

# PerformanceResult

> Defined in the [**eval**](../modules/eval) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Result from a performance evaluation.

## Fields

| Name      | Type                 | Description         |
| --------- | -------------------- | ------------------- |
| `score`   | `EvaluationScore`    | Overall score       |
| `metrics` | `PerformanceMetrics` | Performance metrics |
| `passed`  | `bool`               | Whether it passed   |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/eval/mod.rs#L244">
  `praisonai/src/eval/mod.rs` at line 244
</Card>
