Skip to content

perf(ci): qualify only the graph library target#30

Merged
sarthakagrawal927 merged 2 commits into
mainfrom
fix/graph-qualification-lib-only
Jul 18, 2026
Merged

perf(ci): qualify only the graph library target#30
sarthakagrawal927 merged 2 commits into
mainfrom
fix/graph-qualification-lib-only

Conversation

@sarthakagrawal927

Copy link
Copy Markdown
Collaborator

Root cause

The graph benchmark is a library test, but the qualification command built every Cargo target. On a clean release runner that needlessly compiled the Tauri UI binary and failed because frontendDist had not been produced yet.

Fix

Pass --lib to Cargo so qualification builds and runs only the target that owns the benchmark.

Validation

  • exact report-only library benchmark passed locally
  • 81,341 nodes / 143,928 edges
  • 1 test passed; 823 filtered out
  • package JSON and diff checks clean

@sarthakagrawal927
sarthakagrawal927 merged commit b30dc8b into main Jul 18, 2026
@sarthakagrawal927
sarthakagrawal927 deleted the fix/graph-qualification-lib-only branch July 19, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant