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

    Interface BenchmarkThresholds

    Pass/fail thresholds.

    interface BenchmarkThresholds {
        maxP95LatencyMs: number;
        minThroughput: number;
        maxMemoryBytes: number;
        minPrecision?: number;
        minRecall?: number;
    }
    Index

    Properties

    maxP95LatencyMs: number

    Maximum acceptable p95 latency in milliseconds.

    minThroughput: number

    Minimum acceptable throughput (ops/sec).

    maxMemoryBytes: number

    Maximum acceptable memory usage in bytes.

    minPrecision?: number

    Minimum precision for retrieval (0-1).

    minRecall?: number

    Minimum recall for retrieval (0-1).