Skip to content

Commit

Permalink
Merge pull request #1840 from kuzudb/disable-shortest-path-benchmark
Browse files Browse the repository at this point in the history
Disable large scale shortest path that takes too long to finish
  • Loading branch information
andyfengHKU committed Jul 22, 2023
2 parents 215743f + a0523a2 commit 4af13f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.

This file was deleted.

5 changes: 5 additions & 0 deletions benchmark/queries/ldbc-sf100/shortest_path_ldbc100/q38.skip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#-NAME q38
#-COMPARE_RESULT 1
#-QUERY MATCH (a:Person)-[r:knows* SHORTEST 1..30]->(b:Person) WHERE a.ID < 17805 RETURN COUNT(*)
#---- 1
#360202025

This file was deleted.

5 changes: 5 additions & 0 deletions benchmark/queries/ldbc-sf100/shortest_path_ldbc100/q40.skip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#-NAME q40
#-COMPARE_RESULT 1
#-QUERY MATCH (a:Person)-[r:knows* SHORTEST 1..30]->(b:Person) WHERE a.ID < 17805 AND b.ID < 17805 RETURN COUNT(*)
#---- 1
#6269

0 comments on commit 4af13f0

Please sign in to comment.