ci: speed up validation feedback#591
Closed
JustYannicc wants to merge 118 commits into
Closed
Conversation
…perf-wave2-integration-stack-20260704
…perf-wave2-integration-stack-20260704
…perf-wave2-integration-stack-20260704
…perf-wave2-integration-stack-20260704 # Conflicts: # src/renderer/src/raycast-api/list-runtime.tsx
…perf-wave2-integration-stack-20260704 # Conflicts: # scripts/bench-script-command-discovery.mjs # scripts/benchmark-file-search-delete-batch.mjs # scripts/lib/script-command-runner-harness.mjs # scripts/lib/ts-import.mjs # scripts/test-file-search-delete-batch.mjs # scripts/test-script-command-runner.mjs # src/main/file-search-index.ts # src/main/main.ts
…perf-wave2-integration-stack-20260704 # Conflicts: # scripts/lib/script-command-runner-harness.mjs # scripts/lib/ts-import.mjs # scripts/test-extension-lifecycle-sandbox.mjs # scripts/test-script-command-runner.mjs # src/main/main.ts # src/renderer/src/ExtensionView.tsx
…perf-wave2-integration-stack-20260704 # Conflicts: # .github/workflows/project-checks.yml # scripts/test-root-search-perf.mjs # src/renderer/src/CameraExtension.tsx # src/renderer/src/raycast-api/list-runtime.tsx
…-integration-stack-20260704
…-integration-stack-20260704
…-integration-stack-20260704
…e3-integration-stack-20260704
…erf-wave3-integration-stack-20260704 # Conflicts: # package.json # scripts/measure-extension-bundle-cache.mjs # scripts/test-icon-runtime-file-icon-cache.mjs # src/main/extension-runner.ts # src/renderer/src/components/HiddenExtensionRunners.tsx # src/renderer/src/raycast-api/icon-runtime-render.tsx
…/perf-wave3-integration-stack-20260704 # Conflicts: # scripts/test-browser-search-performance.mjs # scripts/test-root-search-perf.mjs
…ignal' into codex/perf-wave4-ci-validation-signal # Conflicts: # .github/workflows/project-checks.yml # scripts/test-file-search-perf-harness.mjs
Collaborator
Author
|
Superseded by #600, which consolidates the CI validation feedback changes and reruns the full requested project-checks stack. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
npm run test:ci, backed byscripts/run-node-tests.mjs --exclude-perf, so CI unit tests do not rerun browser/file/root perf harnesses owned bytest:perf:ci.Why
npm testandnpm run test:perf:ci.Compatibility impact
npm testremains unchanged for the broad local test sweep.npm run test:cifor non-perf Node tests and keeps perf budgets innpm run test:perf:ci.How tested
SUPERCMD_SKIP_ELECTRON_TESTS=1 npm run check:i18nSUPERCMD_SKIP_ELECTRON_TESTS=1 npm run build:mainSUPERCMD_SKIP_ELECTRON_TESTS=1 npm run typecheck:rendererSUPERCMD_SKIP_ELECTRON_TESTS=1 npm run test:ciSUPERCMD_SKIP_ELECTRON_TESTS=1 npm run test:perf:ciSUPERCMD_SKIP_ELECTRON_TESTS=1 npm run build:rendererSUPERCMD_SKIP_ELECTRON_TESTS=1 SUPERCMD_PERF_CI=1 SUPERCMD_PERF_REPORT=1 node --test scripts/test-file-search-perf-harness.mjsPerformance evidence
npm testpassed in 4.90s and included perf harness work;test:perf:cipassed in 30.11s.test:cipassed in 3.70s, running 73 Node test files and excluding 3 perf harness files;test:perf:cipassed in 28.59s.Stack validation
206eab8280a2eb91a57e4e74ea6df99e45a55cb4.npm run build:main.npm run typecheck:renderer..mjsfiles; Biome unavailable for JSON; YAML LSP configured but crashed due missingvscode-languageserver-protocol.Replaces
npm testandnpm run test:perf:ciran before i18n/typecheck feedback.