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

    Interface BenchmarkReport

    Complete benchmark report.

    interface BenchmarkReport {
        version: string;
        timestamp: string;
        suite: BenchmarkSuiteResult | null;
        comparison: BenchmarkComparison | null;
        tokenResults: readonly TokenBenchmarkResult[];
        consolidation: ConsolidationBenchmarkResult | null;
        mem0Validation: readonly ClaimValidation[];
        overallPass: boolean;
    }
    Index

    Properties

    version: string
    timestamp: string
    suite: BenchmarkSuiteResult | null
    comparison: BenchmarkComparison | null
    tokenResults: readonly TokenBenchmarkResult[]
    consolidation: ConsolidationBenchmarkResult | null
    mem0Validation: readonly ClaimValidation[]
    overallPass: boolean