Skip to content

Commit

Permalink
disable large scale shortest path that takes too long to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Jul 20, 2023
1 parent 60b21ca commit 2879533
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions benchmark/queries/ldbc-sf100/shortest_path_ldbc100/q38.benchmark
Original file line number Diff line number Diff line change
@@ -1,5 +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
#-NAME q38
#-COMPARE_RESULT 1
#-QUERY MATCH (a:Person)-[r:knows* SHORTEST 1..30]->(b:Person) WHERE a.ID < 17805 RETURN COUNT(*)
#---- 1
#360202025
10 changes: 5 additions & 5 deletions benchmark/queries/ldbc-sf100/shortest_path_ldbc100/q40.benchmark
Original file line number Diff line number Diff line change
@@ -1,5 +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
#-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 2879533

Please sign in to comment.