chore: append-mode data file; engine -> c6c7ce8 (orig-based stateless/lean)

Runner no longer wipes RESULTS-campaign.md.data on start (incremental reruns
append). Bump benchmark engine submodule to c6c7ce8 so stateless/lean use the
full original prompts. orig + min (r1-4) data preserved; rerunning min once +
stateless/lean ×5 with the new prompts.
This commit is contained in:
2026-06-15 03:19:09 +00:00
parent fc0608ede1
commit 583fc2a0dc
2 changed files with 2 additions and 2 deletions

2
engine

Submodule engine updated: e0425e6108...c6c7ce8640

View File

@ -174,7 +174,7 @@ run_one() { # <variant> <rep>
}
# ---- collect ----
: > "$DATA"
# append-mode: data file is NOT wiped (clear manually for a fresh campaign)
printf 'variant\trep\tsuccess\tbuilder\tadversary\ttotal\tduration_s\tcommits\tloc\n' > "$DATA.hdr"
for v in "${VARIANTS[@]}"; do
for rep in $(seq 1 "$REPEATS"); do run_one "$v" "$rep"; done