From 60bf2568f8ff23c17780ea1eaeb2429f70357fa9 Mon Sep 17 00:00:00 2001 From: iris-ai <4+iris-ai@noreply.localhost> Date: Mon, 14 Sep 2026 18:52:23 -0400 Subject: [PATCH] Say what the two measurement worktrees are for now Co-Authored-By: Claude Opus 5 --- docs/IRIS_EXTRACTION_HANDOFF.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/IRIS_EXTRACTION_HANDOFF.md b/docs/IRIS_EXTRACTION_HANDOFF.md index a0053a0..ea1d4b5 100644 --- a/docs/IRIS_EXTRACTION_HANDOFF.md +++ b/docs/IRIS_EXTRACTION_HANDOFF.md @@ -657,9 +657,10 @@ git worktree add -b split/19-name /home/bob/repos/iris-pr19 upstream/main `/home/bob/repos/iris-pr18` is the live one. Every other `iris-pr*` worktree holds a merged branch; they are readable references, not places to build. -`/home/bob/repos/iris-perf2` is detached at `b1b3eca` and holds the text-cache -prototype and `tests/fair.rs`; `iris-size-old` is `43ce8c7` with the old -patched counters, and is how the pre-#16 column above was measured. +`/home/bob/repos/iris-perf2` is detached at `b1b3eca`, built, and is the +"before" side of any measurement of the last two commits; `iris-size-old` is +`43ce8c7` with the old patched counters, and is how the pre-#16 column above +was measured. Copy `tests/revision_cost.rs` into either to compare. ## Cautions