Esposter
    Preparing search index...

    Interface BenchmarkGroup

    interface BenchmarkGroup {
        benchmarks: BenchmarkResult[];
        fullName: string;
    }
    Index

    Properties

    Properties

    benchmarks: BenchmarkResult[]
    fullName: string