Files
wren/benchmark
Bob Nystrom e97ec653e6 feat: add --language flag to filter benchmarks by language in run_bench
Add a new `--language` / `-l` CLI argument that accepts multiple language
identifiers, and pass the list through to `run_benchmark` so it skips
languages not in the user-specified set. Also remove the short form `-b`
from `--generate-baseline` to avoid conflict with the new `-l` flag.
2013-12-11 07:02:24 +00:00
..