test(perf): run command lane on thread pool · openclaw/openclaw@3117558
steipete
·
2026-05-07
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -54,7 +54,7 @@ describe("projects vitest config", () => {
|
54 | 54 | expect(createAgentsSupportVitestConfig().test.pool).toBe("threads"); |
55 | 55 | expect(createAgentsToolsVitestConfig().test.pool).toBe("threads"); |
56 | 56 | expect(createCommandsLightVitestConfig().test.pool).toBe("threads"); |
57 | | -expect(createCommandsVitestConfig().test.pool).toBe("forks"); |
| 57 | +expect(createCommandsVitestConfig().test.pool).toBe("threads"); |
58 | 58 | expect(createPluginSdkLightVitestConfig().test.pool).toBe("threads"); |
59 | 59 | expect(createUnitFastVitestConfig().test.pool).toBe("threads"); |
60 | 60 | expect(createContractsVitestConfig(pluginContractPatterns).test.pool).toBe("forks"); |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,7 +7,6 @@ export function createCommandsVitestConfig(env?: Record<string, string | undefin
|
7 | 7 | env, |
8 | 8 | exclude: commandsLightTestFiles, |
9 | 9 | name: "commands", |
10 | | -pool: "forks", |
11 | 10 | }); |
12 | 11 | } |
13 | 12 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。