Entry Points
FlashInfer-Bench provides two equivalent command-line entry points:--help on any subcommand to inspect all available flags:
Run Benchmarks
Run benchmarks against a local FlashInfer-Trace dataset:Inspect Results
Summarize pass/fail counts, latency statistics, and rankings:Notes
- The CLI supports local datasets via
--local. - Log verbosity is controlled with
--log-level {DEBUG,INFO,WARNING,ERROR}on supported commands. - The
flashinfer-benchconsole script andpython -m flashinfer_benchshare the same implementation and behavior.

