BUPKIS
    Preparing search index...

    Interface BenchmarkResult

    Complete benchmark result.

    interface BenchmarkResult {
        analysis: PerformanceAnalysis;
        executionContext: ExecutionContext;
        executionTime: number;
        metadata: { nodeVersion: string; timestamp: string; version: string };
        results: PerformanceMetrics[];
        suiteId: string;
    }
    Index

    Properties

    Computed insights and bottleneck identification

    executionContext: ExecutionContext

    Environment details when benchmark was run

    executionTime: number

    Total execution time in milliseconds

    metadata: { nodeVersion: string; timestamp: string; version: string }

    Metadata about the benchmark run

    Individual measurement results

    suiteId: string

    Benchmark suite identifier