From 1afa110f1bc86beb77fd434b3edd2c75cfb33c17 Mon Sep 17 00:00:00 2001 From: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:15:15 +0000 Subject: [PATCH] test(perf): compare saved CLI startup benchmarks --- src/scripts/test-projects.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scripts/test-projects.test.ts b/src/scripts/test-projects.test.ts index 87e4b3a80ecb..4673ca79e433 100644 --- a/src/scripts/test-projects.test.ts +++ b/src/scripts/test-projects.test.ts @@ -879,6 +879,7 @@ describe("test-projects args", () => { "src/scripts/sync-plugin-versions.test.ts", "test/helpers/temp-dir.test.ts", "test/scripts/android-pin-version.test.ts", + "test/scripts/bench-cli-startup.test.ts", "test/scripts/ios-configure-signing.test.ts", "test/scripts/ios-pin-version.test.ts", "test/scripts/ios-team-id.test.ts", @@ -886,6 +887,7 @@ describe("test-projects args", () => { "test/scripts/kitchen-sink-rpc-walk.test.ts", "test/scripts/openai-chat-tools-client.test.ts", "test/scripts/report-test-temp-creations.test.ts", + "test/scripts/test-projects.test.ts", "test/test-env.test.ts", "test/vitest-scoped-config.test.ts", ],