> ## 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 Eval • TypeScript AI Agent SDK

> performanceEval: API reference for performanceEval

# performanceEval

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**eval**](../modules/eval) module.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def performanceEval(config: PerformanceEvalConfig) -> Promise<PerformanceResult>
```

### Returns

<ResponseField name="Returns" type="Promise<PerformanceResult>">
  The result of the operation.
</ResponseField>

## Uses

* `func`
* `now`
* `sort`
* `floor`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/eval/index.ts#L65">
  `src/eval/index.ts` at line 65
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Evaluation" icon="gavel" href="/docs/js/evaluation" />

  <Card title="JS Evaluation CLI" icon="terminal" href="/docs/js/evaluation-cli" />

  <Card title="JS Eval Results" icon="chart-line" href="/docs/js/eval-results" />
</CardGroup>
