Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
# qualification here; absolute graph ceilings run on the named machine.
CV_GRAPH_BUDGET_MODE: report-only
run: |
pnpm qualify:graph
CV_ENFORCE_GRAPH_BUDGETS=1 cargo test --release --manifest-path src-tauri/Cargo.toml --lib perf_bench::bench_structural_graph_real_repo -- --ignored --nocapture --test-threads=1
pnpm bench:history-ui
pnpm qualify:graph:browser
pnpm bench:mcp

Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"qualify:archaeology:correctness": "node --test scripts/archaeology-reviewer-effort.test.mjs && node scripts/archaeology-correctness-report.mjs",
"qualify:archaeology:reviewer": "node scripts/archaeology-reviewer-effort.mjs",
"bench:rust": "cargo test --release --manifest-path src-tauri/Cargo.toml perf_bench -- --ignored --nocapture --test-threads=1",
"qualify:graph": "CV_ENFORCE_GRAPH_BUDGETS=1 cargo test --release --manifest-path src-tauri/Cargo.toml perf_bench::bench_structural_graph_real_repo -- --ignored --nocapture --test-threads=1 && pnpm bench:history-ui",
"qualify:graph": "CV_ENFORCE_GRAPH_BUDGETS=1 cargo test --release --manifest-path src-tauri/Cargo.toml --lib perf_bench::bench_structural_graph_real_repo -- --ignored --nocapture --test-threads=1 && pnpm bench:history-ui",
"qualify:graph:browser": "CV_ENFORCE_GRAPH_BROWSER_BUDGETS=1 playwright test tests/e2e/repo-unpacked.spec.ts --grep 'history slider stays frame-responsive'",
"bench": "npm run build && npm run bench:bundle && npm run bench:rust"
},
Expand Down
Loading