memgraph/tests/macro_benchmark/groups/match/vertex_on_property.run.py

4 lines
134 B
Python
Raw Normal View History

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