Skip to main content
2501 runner is the Benchmark driver. It dispatches scenarios as if they were real tickets, scores the result against your validation rules, and writes a report to the database. Typically only used in sandbox environments.

Subcommands

start (was run)

For the full flag and env-var reference, see Benchmark → start.

validate

Use validate --runs while iterating on validation rules — much faster than re-running the agent.

flush

Removes ScenarioReport rows plus their associated Benchmark / Job / Task / Ticket records.

chaos

Drives resilience testing: runs a scenario but kills the engine at random points during execution and verifies the system recovers. Used in CI to catch regressions in restart / resume behavior.

sandbox

VM management for --mode lima or --mode incus:
See Benchmark → VM Sandbox for the full sandbox surface.