mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 08:21:39 +00:00
perf: remove remaining unit thread pins
This commit is contained in:
8
test/fixtures/test-memory-hotspots.unit.json
vendored
8
test/fixtures/test-memory-hotspots.unit.json
vendored
@@ -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"]
|
||||
|
||||
19
test/fixtures/test-parallel.behavior.json
vendored
19
test/fixtures/test-parallel.behavior.json
vendored
@@ -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": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user