Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDBC 100 SSSP queries #1832

Merged
merged 1 commit into from
Jul 19, 2023
Merged

LDBC 100 SSSP queries #1832

merged 1 commit into from
Jul 19, 2023

Conversation

anuchak
Copy link
Collaborator

@anuchak anuchak commented Jul 19, 2023

Benchmark queries for LDBC 100 to run for shortest path

@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1e9d4fd) 91.19% compared to head (1e6b454) 91.20%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1832   +/-   ##
=======================================
  Coverage   91.19%   91.20%           
=======================================
  Files         779      779           
  Lines       28606    28606           
=======================================
+ Hits        26088    26089    +1     
+ Misses       2518     2517    -1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -0,0 +1,5 @@
-NAME q37
-COMPARE_RESULT 1
-QUERY MATCH (a:Person)-[r:knows* SHORTEST 1..30]->(b:Person) WHERE a.ID = 94 RETURN COUNT(*)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

open an issue about failed queries. Though how did you obtain the ground truth?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed the queries are failing. I pulled the answers from my query runs, but it looks like the current master branch is giving different results.

I may have to run it on Neo4J to confirm the answers.

@anuchak anuchak merged commit e8ef01d into master Jul 19, 2023
10 checks passed
@anuchak anuchak deleted the sssp-ldbc100 branch July 19, 2023 17:45
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.

None yet

2 participants