# BenchRunOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/cli/src/commands/bench.command.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/cli/src/commands/bench.command.ts#L32)

## Properties

| Property | Type |
|---|---|
| `preset` | `'starter' | 'full'` |
| `tasks` | `string` |
| `maxTasks` | `string` |
| `parallel` | `string` |
| `maxTurns` | `string` |
| `timeout` | `string` |
| `output` | `string` |
| `model` | `string` |
| `repoDir` | `string` |
| `costLimit` | `string` |
| `attempts` | `string` |
| `provider` | `'azure' | 'anthropic'` |
