UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

18 lines (17 loc) 455 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; parser: KnownParserName; 'enable-pointer-tracking': boolean; 'max-file-slices': number; threshold?: number; 'per-file-time-limit'?: number; 'sampling-strategy': string; }