bench(gfql): fair same-HW cross-DB competitor matrix runners (Kuzu/Memgraph/Neo4j/Pokec)#1704
Open
lmeyerov wants to merge 2 commits into
Open
bench(gfql): fair same-HW cross-DB competitor matrix runners (Kuzu/Memgraph/Neo4j/Pokec)#1704lmeyerov wants to merge 2 commits into
lmeyerov wants to merge 2 commits into
Conversation
2645ed8 to
33e5a58
Compare
90db1e3 to
ed6e12c
Compare
62ffb7f to
25bfd21
Compare
25bfd21 to
481e66c
Compare
481e66c to
42c8726
Compare
dc01f38 to
c7b5c71
Compare
…mgraph/Neo4j/Pokec)
Consolidates the competitor benchmark harnesses onto the index/bench stack (were
misplaced on the cypher-conformance branch). Each competitor runs via its OWN
graph-benchmark repo query (the fairness fix — hand-written queries undersold
Kuzu ~90x). New runners: graph_benchmark_{kuzu,memgraph_q1_q9,neo4j_q1_q9,pokec,
memgraph_neighbors}.py + {compare,polars_q5_q7}.py + {expansion,ldbc,neighbors,
path,pattern,planner}_probe.py + run_graph_benchmark_memgraph_dgx.sh +
docs/source/gfql/benchmark_memgraph.rst. graph_benchmark_q1_q9.py gains the q1
columnar in-degree shortcut + per-query policy metadata. README/RESULTS/
graph_benchmark.md union-merged with the stack's index-harness docs.
Bench-only (no graphistry/ source); the shortestPath-cache perf commit is split
out for a separate PR. Fair-matrix real medians (dgx, q1-q9 100k/2.4M): Kuzu q8
10.4ms / Ladybug q8 19.5ms are genuine WINs; GFQL wins q1(cuDF 19.7ms via the
shortcut)/q2/q4-q7/q9(GPU); Pokec seeded GFQL 8/8 via native indexed hop.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012rRBmezaBEi2CJgDGkMNgR
42c8726 to
da2cd7a
Compare
c7b5c71 to
ea3fcd9
Compare
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
Consolidates the competitor benchmark harnesses onto the index/bench stack (they were misplaced on the cypher-conformance branch). Each competitor runs via its own
prrao87/graph-benchmarkrepo query — the fairness fix (our hand-written queries undersold Kuzu ~90×).New runners
graph_benchmark_{kuzu,memgraph_q1_q9,memgraph_neighbors,neo4j_q1_q9,pokec}.py,graph_benchmark_{compare,polars_q5_q7}.py,graph_benchmark_{expansion,ldbc,neighbors,path,pattern,planner}_probe.py,run_graph_benchmark_memgraph_dgx.sh,docs/source/gfql/benchmark_memgraph.rst.graph_benchmark_q1_q9.pygains the q1 columnar in-degree shortcut + per-query policy metadata. README/RESULTS/graph_benchmark.md union-merged with the stack's index-harness docs.Scope
Bench-only — no
graphistry/source (the shortestPath-cache perf commit is split to a separate PR). Runnable on dgx viadgx-guard/safe_run.sh.Fair-matrix findings (dgx, q1–q9, 100k/2.42M FOLLOWS)
🤖 Generated with Claude Code