Esposter
    Preparing search index...

    Interface BenchmarkTaskNode

    interface BenchmarkTaskNode {
        filepath?: string;
        meta: { benchmark?: boolean };
        name: string;
        result?: { benchmark?: BenchmarkResult };
        suite?: BenchmarkTaskNode;
        tasks?: BenchmarkTaskNode[];
        type: string;
    }
    Index

    Properties

    filepath?: string
    meta: { benchmark?: boolean }
    name: string
    result?: { benchmark?: BenchmarkResult }
    type: string