From 8ef36e228f4fe17da889c689fd91c1ce1b2e1a67 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Mar 2026 18:32:27 -0700 Subject: [PATCH] perf: demote outbound policy from hotspot lanes --- test/fixtures/test-memory-hotspots.unit.json | 4 ---- test/fixtures/test-parallel.behavior.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/test/fixtures/test-memory-hotspots.unit.json b/test/fixtures/test-memory-hotspots.unit.json index 4a345aacaf2..c1a607a3d92 100644 --- a/test/fixtures/test-memory-hotspots.unit.json +++ b/test/fixtures/test-memory-hotspots.unit.json @@ -111,10 +111,6 @@ "deltaKb": 335565, "sources": ["gha-23329089711-node-test-1-2:unit-fast"] }, - "src/infra/outbound/outbound-policy.test.ts": { - "deltaKb": 334950, - "sources": ["gha-23329089711-node-test-2-2:unit-fast"] - }, "src/config/sessions/store.pruning.test.ts": { "deltaKb": 333312, "sources": ["job2:unit-fast"] diff --git a/test/fixtures/test-parallel.behavior.json b/test/fixtures/test-parallel.behavior.json index bc481628b64..a6df419ac38 100644 --- a/test/fixtures/test-parallel.behavior.json +++ b/test/fixtures/test-parallel.behavior.json @@ -35,10 +35,6 @@ "file": "src/infra/outbound/agent-delivery.test.ts", "reason": "Measured ~17% faster under threads than forks on this host while keeping the file green." }, - { - "file": "src/infra/outbound/outbound-policy.test.ts", - "reason": "Measured ~11% faster under threads than forks on this host while keeping the file green." - }, { "file": "src/media-understanding/runner.video.test.ts", "reason": "Measured ~25% faster under threads than forks on this host while keeping the file green."