perf: route hot vitest files to threads

This commit is contained in:
Peter Steinberger
2026-03-22 00:31:17 -07:00
parent 037fa2f8fb
commit f537ea90ed

View File

@@ -313,6 +313,14 @@
"file": "src/channels/plugins/actions/actions.test.ts",
"reason": "Terminates cleanly under threads, but not process forks on this host."
},
{
"file": "src/plugin-sdk/subpaths.test.ts",
"reason": "Measured ~23% faster under threads than forks on this host while keeping the file green."
},
{
"file": "src/plugins/install.test.ts",
"reason": "Measured ~18% faster under threads than forks on this host while keeping the file green."
},
{
"file": "src/infra/outbound/deliver.test.ts",
"reason": "Terminates cleanly under threads, but not process forks on this host."
@@ -333,6 +341,10 @@
"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/provider-usage.test.ts",
"reason": "Measured ~17% faster under threads than forks on this host while keeping the file green."
},
{
"file": "src/tts/tts.test.ts",
"reason": "Terminates cleanly under threads, but not process forks on this host."