Skip to content

Commit dd3d79c

Browse files
authored
Update to the newest IssunDB release (0.1.0a7) (#6)
1 parent 6ebfc19 commit dd3d79c

3 files changed

Lines changed: 35 additions & 39 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,9 @@ See the [query definitions](graphbench/queries.py) for more details.
5555
| 9 | **two_hop_paths_filtered** | `path_count` | Length-2 FOLLOWS paths filtered on intermediate and destination age. |
5656
| 10 | **follows_reach** | `var_path` | Distinct people reachable from a person via 1..2 FOLLOWS hops (`*1..2`). |
5757

58-
Queries are Cypher templates: predicate literals (`person_id`, `country`, `interest`) are placeholders filled
59-
from probe pools recorded in the dataset manifest, and the runner rotates the values across timing rounds so an
60-
engine can never serve a repeated identical statement from a plan or result cache.
61-
6258
### Methodology
6359

64-
The suite is created, so the published numbers are reproducible and hard to manipulate.
60+
The benchmarks are created, so the published numbers are reproducible and hard to manipulate.
6561
That's achieved by:
6662

6763
- **Engine-independent correctness oracle.** Every query is independently re-implemented in

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"pyarrow>=17.0",
99
"matplotlib>=3.9",
1010
"polars>=1.0",
11-
"issundb==0.1.0a6",
11+
"issundb==0.1.0a7",
1212
]
1313

1414
[project.optional-dependencies]

uv.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)