memgraph/tests/macro_benchmark/harness/groups/match/vertex_on_property.run.py
Mislav Bradac 3e793fb8ac Add single_create group to harness
Reviewers: mferencevic, buda

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D714
2017-08-28 11:45:12 +02:00

4 lines
134 B
Python

from setup import PROP_PREFIX, MAX_PROPS, rint
print("MATCH (n {%s%d: %d}) RETURN n" % (
PROP_PREFIX, rint(MAX_PROPS), rint(10)))