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

    Interface ReportOptions

    Options for generating a benchmark report.

    interface ReportOptions {
        suite?: BenchmarkSuiteResult;
        comparison?: BenchmarkComparison;
        tokenResults?: readonly TokenBenchmarkResult[];
        consolidation?: ConsolidationBenchmarkResult;
    }
    Index

    Properties

    comparison?: BenchmarkComparison
    tokenResults?: readonly TokenBenchmarkResult[]