Kind: Class
Source: atloria-monorepo/libs/agent-core/src/benchmark/benchmark-monitor.ts
Methods
| Method | Signature | Returns |
|---|---|---|
close | close() | Promise<void> |
analyze | analyze(report: BenchmarkReport) | FailureAnalysis |
formatAnalysis | formatAnalysis(analysis: FailureAnalysis) | string |
Properties
| Property | Type |
|---|---|
onEvent | any |
log | any |
Where it refuses work
BenchmarkMonitorstops the work with an early return whenresults.length === 0.
Was this page helpful?