mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-23 16:01:17 +00:00
perf: expand vitest thread lanes
This commit is contained in:
@@ -31,6 +31,13 @@ describe("scripts/test-find-thread-candidates parseArgs", () => {
|
||||
files: ["src/a.test.ts"],
|
||||
});
|
||||
});
|
||||
|
||||
it("accepts zero thresholds for explicit deep scans", () => {
|
||||
expect(parseArgs(["--min-duration-ms", "0", "--min-gain-ms", "0"])).toMatchObject({
|
||||
minDurationMs: 0,
|
||||
minGainMs: 0,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe("scripts/test-find-thread-candidates exclusions", () => {
|
||||
|
||||
Reference in New Issue
Block a user