# `mix bench.smoke`
[🔗](https://github.com/sephianl/ex_vrp/blob/v0.8.0/dev/mix/tasks/bench.smoke.ex#L1)

Runs a small, fast subset of the corpus single-ref and fails if any instance
is infeasible or exceeds a generous gap-to-BKS ceiling. Intended to run on
every CI push as a cheap quality guard; the labeled-PR A/B job is the precise
gate.

    mix bench.smoke
    mix bench.smoke --budget 10 --ceiling 0.05

Options:
  --budget   Per-instance budget in seconds (default: 10)
  --ceiling  Max allowed gap-to-BKS as a fraction (default: 0.08 = 8%)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
