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

    Interface BenchmarkSummary

    Benchmark summary.

    interface BenchmarkSummary {
        totalDurationMs: number;
        totalOperations: number;
        overallThroughput: number;
        avgP95Latency: number;
        passed: boolean;
        failures: readonly string[];
    }
    Index

    Properties

    totalDurationMs: number

    Total benchmark duration in milliseconds.

    totalOperations: number

    Total operations run.

    overallThroughput: number

    Overall throughput.

    avgP95Latency: number

    Average p95 latency across operations.

    passed: boolean

    Pass/fail status based on thresholds.

    failures: readonly string[]

    Failures if any.