GFQL: residual benchmark triage/split tooling for #880#1330
Closed
GFQL: residual benchmark triage/split tooling for #880#1330
Conversation
Contributor
Author
|
Closing as intentionally empty after full revert (changedFiles=0, additions=0, deletions=0). Coordinator decision: benchmark-residual triage logic for #880 should live in pyg-bench/private planning artifacts, not shipping pygraphistry runtime code. Follow-up remains tracked in #880 via benchmark evidence/repros and scoped child issues where needed. |
This was referenced May 7, 2026
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.
Summary
Implements issue
#880triage/split tooling by adding a reproducible parser/reporter for benchmark residual lanes still tagged tographistry/pygraphistry#880.What this adds
graphistry.compute.gfql.benchmark_residual_triagepyg-benchrun artifacts (probe-results.json, optionalrun-manifest.json, optionalremote-execution.json)backend=gfql,status=partial)bin/gfql_issue_880_triage.pygraphistry/tests/compute/gfql/test_benchmark_residual_triage.pyai/docs/gfql/README.mdWhy
#880remains an umbrella with multiple benchmark-visible residuals. This PR provides a concrete, repeatable way to convert raw benchmark artifacts into narrow child issue drafts with reproducible evidence.Validation
./bin/ruff.sh graphistry/compute/gfql/benchmark_residual_triage.py graphistry/tests/compute/gfql/test_benchmark_residual_triage.py bin/gfql_issue_880_triage.py./bin/mypy.sh graphistry/compute/gfql/benchmark_residual_triage.py graphistry/tests/compute/gfql/test_benchmark_residual_triage.py bin/gfql_issue_880_triage.pypython3 -m pytest -q graphistry/tests/compute/gfql/test_benchmark_residual_triage.pypython3 bin/gfql_issue_880_triage.py --runs-dir /home/lmeyerov/Work/pyg-bench/results/runs --output /tmp/issue-880-residual-triage.mdExample usage