Skip to content

Commit

Permalink
Fix benchmark query q21 (#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Dec 5, 2023
1 parent e71beed commit cf199d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-NAME q21
-COMPARE_RESULT 1
-QUERY MATCH (comment:Comment) RETURN LENGTH(MIN(comment.content))
-QUERY MATCH (comment:Comment) RETURN SIZE(MIN(comment.content))
---- 1
1756

0 comments on commit cf199d8

Please sign in to comment.