UNPKG

@eagleoutice/flowr-dev

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

22 lines (21 loc) 546 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; 'no-extra-phases'?: boolean; }