@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Interface BenchmarkCliOptions

    interface BenchmarkCliOptions {
        cfg?: boolean;
        cg?: boolean;
        "dataframe-shape-inference": boolean;
        help: boolean;
        input: string[];
        limit?: number;
        "max-file-slices": number;
        output: string;
        parallel: number;
        parser: "r-shell" | "tree-sitter";
        "per-file-time-limit"?: number;
        runs?: number;
        "sampling-strategy": string;
        seed?: string;
        slice: string;
        threshold?: number;
        verbose: boolean;
    }
    Index

    Properties

    cfg?: boolean
    cg?: boolean
    "dataframe-shape-inference": boolean
    help: boolean
    input: string[]
    limit?: number
    "max-file-slices": number
    output: string
    parallel: number
    parser: "r-shell" | "tree-sitter"
    "per-file-time-limit"?: number
    runs?: number
    "sampling-strategy": string
    seed?: string
    slice: string
    threshold?: number
    verbose: boolean