Skip to main content

parse_and_run

Function parse_and_run 

Source
pub fn parse_and_run(args: &[String]) -> ExitCode
Expand description

Run R.7 with the user-supplied CLI flags. Supported flags:

  • --quick — divides every iter count by 5 (rounded up) for a smoke run; the row labels then carry [quick].
  • --out PATH — alternate path for the money-table report (default reports/money_table.txt).
  • --skip-large — only run the canonical row block. Useful when the host doesn’t have enough VRAM for 256×4096 fixtures.