mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
The DB soft Gherkin mutation re-ran the whole feature for every mutant; with a fresh LevelDB world per example, a 48-mutation feature exceeded 900s. The runner-worker now diffs the mutated IR against the base feature at <work>/base/feature.json (derived from the mutation path, since job.work_dir may be mutation-specific) and runs only the changed scenario/example. Safe because each scenario uses an isolated world. The same feature now completes in ~74s. By architect.