Skip to content

BenchmarkMonitor

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/libs/agent-core/src/benchmark/benchmark-monitor.ts

Methods

MethodSignatureReturns
closeclose()Promise<void>
analyzeanalyze(report: BenchmarkReport)FailureAnalysis
formatAnalysisformatAnalysis(analysis: FailureAnalysis)string

Properties

PropertyType
onEventany
logany

Where it refuses work

  • BenchmarkMonitor stops the work with an early return when results.length === 0.

Was this page helpful?

Download as PDF