perf: remove remaining unit thread pins

This commit is contained in:
Peter Steinberger
2026-03-22 18:46:54 -07:00
parent ee1001d0ae
commit ee362b7e38
2 changed files with 1 additions and 26 deletions

View File

@@ -15,10 +15,6 @@
"deltaKb": 787149,
"sources": ["gha-23329089711-node-test-2-2:unit-fast"]
},
"src/infra/outbound/targets.test.ts": {
"deltaKb": 784179,
"sources": ["job2:unit-fast"]
},
"src/plugins/contracts/wizard.contract.test.ts": {
"deltaKb": 783770,
"sources": ["gha-23329089711-node-test-1-2:unit-fast"]
@@ -91,10 +87,6 @@
"deltaKb": 377446,
"sources": ["gha-23328306205-compat-node22:unit-fast"]
},
"src/infra/outbound/agent-delivery.test.ts": {
"deltaKb": 373043,
"sources": ["job1:unit-fast"]
},
"src/cron/isolated-agent/delivery-dispatch.named-agent.test.ts": {
"deltaKb": 355840,
"sources": ["gha-23329089711-node-test-1-2:unit-fast"]

View File

@@ -22,23 +22,6 @@
"reason": "Touches process-level unhandledRejection listeners."
}
],
"threadPinned": [
{
"file": "src/infra/outbound/message-action-runner.context.test.ts",
"reason": "Terminates cleanly under threads, but not process forks on this host."
},
{
"file": "src/infra/outbound/targets.test.ts",
"reason": "Measured ~14% faster under threads than forks on this host while keeping the file green."
},
{
"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/media-understanding/runner.video.test.ts",
"reason": "Measured ~25% faster under threads than forks on this host while keeping the file green."
}
]
"threadPinned": []
}
}