You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
bencher console-script entry point ([project.scripts] → bencher.render:main), so the render/compare CLI can be invoked as bencher <result.pkl> <out_dir> [--json PATH] and bencher compare <a.pkl> <b.pkl> --json PATH instead of only python -m bencher.render …. Non-breaking: the existing python -m bencher.render invocation is unchanged and keeps working; this is purely an additional way to reach the same main(). Usage/--help text is now invocation-aware via a small _prog() helper — it shows bencher under the console script and python -m bencher.render from a source checkout — so the displayed command always matches how the tool was run. Coverage in test/test_render.py.