rebench-full: run verify-full as step 0 before the multi-hour matrix. If the
endpoint isn't functional (not serving, 404 on a name mismatch, dead
tool-calls, warmup gibberish), abort in ~2 min instead of grinding through
bench → soak on a broken server. Skipped cleanly by --skip verify-full or
--resume (run_step returns 0 on skip → no abort); only a real run-and-fail
aborts. set -e is suppressed inside the `if !` condition, matching how
run_step already behaves under the callers' `|| true`.
rebench-runtime: fix the skip set broken by #303. It hard-coded
BASE_SKIP="quality-full,aider-polyglot" — but #303 removed the aider step and
added quality-thinking (think-ON). So the runtime tier was silently RUNNING
the ~60-90 min think-ON 8-pack it's designed to skip. Corrected to
"quality-full,quality-thinking"; verify-full is intentionally NOT skipped so
the runtime tier inherits the fail-fast preflight (a runtime knob can break
serving). Header/timing refreshed.
Co-authored-by: noonghunna <10742901+noonghunna@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>