key = "benchmark" title = "Benchmark" blurb = "Author + baseline benchmarks so subsequent refactors can be measured before/after." requires_repo = true default_team_template = "rust_sdlc" [[phases]] kind = "benchmark" order_idx = 0 [phases.config] # Slice 7 runs the benchmark_snapshots baseline pass here. This # workflow's job is to AUTHOR the benchmarks + establish the # baseline; subsequent refactor missions consume them. mode = "author_and_baseline" # Which harness to use; per-stack defaults if unset: # rust → criterion / cargo bench # ts/js → vitest --bench / mitata # py → pytest-benchmark harness = "auto"