[issue25443] Add a count of how many benchmarks are left to run

2015-10-30 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue25443] Add a count of how many benchmarks are left to run

2015-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 71967658feb5 by Brett Cannon in branch 'default': Issue #25443: Add a running count of benchmarks. https://hg.python.org/benchmarks/rev/71967658feb5 -- nosy: +python-dev ___ Python tracker

[issue25443] Add a count of how many benchmarks are left to run

2015-10-19 Thread Brett Cannon
New submission from Brett Cannon: It would be nice to know when doing a long benchmark run -- i.e., running in rigorous mode with a lot of benchmarks -- how many benchmarks are left, much like how you know how many tests are left when running under regrtest. -- assignee: brett.cannon c