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

    Interface BenchmarkSuiteResult

    Complete benchmark suite result.

    interface BenchmarkSuiteResult {
        name: string;
        component: string;
        version: string;
        operations: readonly OperationBenchmark[];
        environment: BenchmarkEnvironment;
        summary: BenchmarkSummary;
    }
    Index

    Properties

    name: string

    Suite name.

    component: string

    Component being benchmarked.

    version: string

    Version of the component.

    operations: readonly OperationBenchmark[]

    Individual operation benchmarks.

    Environment information.

    Overall summary.