@edgible-team/sdk
    Preparing search index...

    Interface BenchmarkReport

    Result of a full benchmark run.

    interface BenchmarkReport {
        cleanedUp: boolean;
        results: BenchmarkFlavourResult[];
    }
    Index

    Properties

    Properties

    cleanedUp: boolean