You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Tip:** If outcomes miss, either **iterate** (new Options) or **reframe** (back to Problem).
168
-
169
-
---
170
-
171
129
### Benchmarking workflow (repository-wide)
172
130
173
131
The `scripts/run-single-benchmark.sh` helper is the supported path for spot-checking performance optimisations. It builds the chosen module with the `benchmarks` profile, constrains the benchmark selection to a single `@Benchmark` method, and when `--enable-jfr` is supplied it enforces repeatable profiling defaults (no warmup, ten 10-second measurements, one fork) while clearly reporting the destination of the generated JFR recording. Lean on this script whenever you need a reproducible measurement harness.
@@ -466,7 +424,6 @@ When writing complex features or significant refactors, use an ExecPlan (as desc
466
424
467
425
## Working Loop
468
426
469
-
* **PIOSEE first:** restate Problem, gather Information, list Options; then Select, Execute, Evaluate.
470
427
* **Plan:** small, verifiable steps; keep one `in_progress`, or follow PLANS.md (ExecPlans)
0 commit comments