UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

21 lines (20 loc) 513 B
import type { KnownParserName } from '../r-bridge/parser'; export interface BenchmarkCliOptions { verbose: boolean; help: boolean; input: string[]; output: string; slice: string; parallel: number; limit?: number; runs?: number; seed?: string; parser: KnownParserName; 'dataframe-shape-inference': boolean; 'max-file-slices': number; threshold?: number; 'per-file-time-limit'?: number; 'sampling-strategy': string; cfg?: boolean; cg?: boolean; }