Kind: Class
Source: atloria-monorepo/libs/agent-core/src/benchmark/runner.ts
Methods
| Method | Signature | Returns |
|---|---|---|
run | run(onProgress: (msg: string) => void) | Promise<BenchmarkReport> |
Where it refuses work
BenchmarkRunnerstops the work with an early return whenitems.length === 0.
When something fails
BenchmarkRunnerhandles failure in 9 places: it discards it silently in 5, logs it and continues in 2, and turns it into a return value in 2.
Was this page helpful?