Skip to content

Commit 274af04

Browse files
committed
perf: trim more vitest thread pins
1 parent 6245b4f commit 274af04

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

src/gateway/server.chat.gateway-server-chat.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe("gateway server chat", () => {
182182
finish();
183183
return;
184184
}
185-
opts?.abortSignal?.addEventListener("abort", finish, { once: true });
185+
opts?.abortSignal?.addEventListener("abort", finish, { once: true });
186186
});
187187
return undefined;
188188
});

test/fixtures/test-parallel.behavior.json

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
"file": "src/cli/deps.test.ts",
3333
"reason": "Measured ~81% faster under threads than forks on base config while keeping dependency checks green."
3434
},
35-
{
36-
"file": "src/cli/nodes-cli.coverage.test.ts",
37-
"reason": "Measured ~12% faster under threads than forks on base config while keeping nodes CLI coverage green."
38-
},
3935
{
4036
"file": "src/cli/daemon-cli/restart-health.test.ts",
4137
"reason": "Measured ~35% faster under threads than forks on base config while keeping daemon restart health coverage green."
@@ -52,10 +48,6 @@
5248
"file": "src/cli/skills-cli.test.ts",
5349
"reason": "Measured ~27% faster under threads than forks on base config while keeping skills CLI coverage green."
5450
},
55-
{
56-
"file": "src/cli/run-main.exit.test.ts",
57-
"reason": "Measured ~12% faster under threads than forks on base config while keeping run-main exit coverage green."
58-
},
5951
{
6052
"file": "src/cli/completion-fish.test.ts",
6153
"reason": "Measured ~41% faster under threads than forks on base config while keeping fish completion coverage green."
@@ -164,10 +156,6 @@
164156
"file": "src/infra/outbound/outbound.test.ts",
165157
"reason": "Measured ~14% faster under threads than forks on this host while keeping the file green."
166158
},
167-
{
168-
"file": "src/cli/daemon-cli/install.integration.test.ts",
169-
"reason": "Measured ~12% faster under threads than forks on this host while keeping the file green."
170-
},
171159
{
172160
"file": "src/plugins/web-search-providers.runtime.test.ts",
173161
"reason": "Measured ~17% faster under threads than forks on this host while keeping the file green."
@@ -195,42 +183,6 @@
195183
{
196184
"file": "src/media-understanding/runner.video.test.ts",
197185
"reason": "Measured ~25% faster under threads than forks on this host while keeping the file green."
198-
},
199-
{
200-
"file": "src/secrets/audit.test.ts",
201-
"reason": "Measured ~14% faster under threads than forks on this host while keeping the file green."
202-
},
203-
{
204-
"file": "src/secrets/runtime-web-tools.test.ts",
205-
"reason": "Measured ~13% faster under threads than forks on this host while keeping the file green."
206-
},
207-
{
208-
"file": "src/security/audit.test.ts",
209-
"reason": "Measured ~40% faster under threads than forks on this host while keeping the file green."
210-
},
211-
{
212-
"file": "ui/src/ui/views/chat.test.ts",
213-
"reason": "Measured ~25% faster under threads than forks on this host while keeping the file green."
214-
},
215-
{
216-
"file": "src/tui/tui-session-actions.test.ts",
217-
"reason": "Measured ~11% faster under threads than forks on this host while keeping the file green."
218-
},
219-
{
220-
"file": "src/tui/gateway-chat.test.ts",
221-
"reason": "Measured ~11% faster under threads than forks on this host while keeping the file green."
222-
},
223-
{
224-
"file": "src/cli/program/preaction.test.ts",
225-
"reason": "Measured ~21% faster under threads than forks on this host while keeping the file green."
226-
},
227-
{
228-
"file": "src/cli/program.smoke.test.ts",
229-
"reason": "Measured ~13% faster under threads than forks on this host while keeping the file green."
230-
},
231-
{
232-
"file": "src/tts/tts.test.ts",
233-
"reason": "Terminates cleanly under threads, but not process forks on this host."
234186
}
235187
],
236188
"vmForkPinned": []

0 commit comments

Comments
 (0)