Skip to content

Commit

Permalink
Merge pull request #1349 from kuzudb/benchmark-fix
Browse files Browse the repository at this point in the history
Fix benchmark query
  • Loading branch information
acquamarin committed Mar 6, 2023
2 parents 1b181aa + aeca4fe commit 21f3a7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions benchmark/queries/ldbc-sf100/aggregation/q28.benchmark
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-NAME q28
-COMPARE_RESULT 1
-QUERY MATCH(comment:Comment) RETURN comment.ID, count(comment.length) limit 5
-QUERY MATCH(comment:Comment) WHERE comment.ID < 33980465466560 RETURN comment.ID as ID, count(comment.length) order by ID LIMIT 5;
---- 5
39582418599937|1
39582418599938|1
65970697666565|1
65970697666566|1
65970697666567|1
4196|1
4197|1
4198|1
4199|1
4200|1

0 comments on commit 21f3a7c

Please sign in to comment.