sora f5c2e4c5af Progress bar: fresh-this-run counter; fix KeyError 'success'
- Completed X/Y now carries (+N new): samples generated by THIS run,
  excluding the checkpoint-restored head start (previously 98/164 told
  you nothing about how much work this invocation actually did)
- rate/eta computed over fresh samples only (restored ones counted
  toward 141/6s = 23/s when 1 sample had been generated)
- fix KeyError 'success': advance() still read the success/failed task
  fields after they were dropped from the column set -- first advance
  on a resumed bench killed the whole benchmark
- set_overall: give the overall task the fields the shared columns
  actually read (cur/retries/elapsed/eta); the old field set was from
  a previous column layout

Co-Authored-By: Claude <noreply@anthropic.com>
2026-09-14 03:05:18 +00:00
..