nexus-agents - v2.80.0
    Preparing search index...

    Interface AdapterLatencyResult

    Complete adapter latency benchmark result.

    interface AdapterLatencyResult {
        timestamp: string;
        environment: BenchmarkEnvironment;
        results: readonly AdapterScenarioResult[];
        totalDurationMs: number;
    }
    Index

    Properties

    timestamp: string

    Timestamp of the benchmark run.

    Environment information.

    results: readonly AdapterScenarioResult[]

    Per-adapter, per-scenario results.

    totalDurationMs: number

    Total benchmark duration in milliseconds.