Esposter
    Preparing search index...

    Interface BenchmarkFile

    interface BenchmarkFile {
        filepath: string;
        groups: BenchmarkGroup[];
    }
    Index

    Properties

    Properties

    filepath: string
    groups: BenchmarkGroup[]