Drop the overall benches bar from the CLI (per-benchmark result lines already track progress; reporter keeps the capability for API users)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
sora 2026-09-10 11:04:00 +00:00
parent b7be2a8df3
commit 8632b2735b

View File

@ -503,9 +503,7 @@ def _cmd_eval_run(args) -> int:
_shared_reporter = RichTerminalProgress(console=console)
_shared_reporter.owned_externally = True
progress_reporter = _shared_reporter
if total_runs > 1:
progress_reporter.set_overall(
total_runs, i, f'benches · {i + 1}/{total_runs} {name}')
def status_callback(msg, _idx=i + 1, _name=name,
_reporter=progress_reporter,