@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface SingleBenchmarkCliOptions {
        cfg: boolean;
        cg: boolean;
        "dataframe-shape-inference": boolean;
        "file-id"?: number;
        help: boolean;
        input?: string;
        "max-slices": number;
        output?: string;
        parser: "r-shell" | "tree-sitter";
        "run-num"?: number;
        "sampling-strategy": string;
        seed?: string;
        slice: string;
        threshold?: number;
        verbose: boolean;
    }
    Index

    Properties

    cfg: boolean
    cg: boolean
    "dataframe-shape-inference": boolean
    "file-id"?: number
    help: boolean
    input?: string
    "max-slices": number
    output?: string
    parser: "r-shell" | "tree-sitter"
    "run-num"?: number
    "sampling-strategy": string
    seed?: string
    slice: string
    threshold?: number
    verbose: boolean