memgraph/tests/macro_benchmark/groups/dense_expand/setup.cypher
Mislav Bradac 7e5dddecae Move harness stuff to parent directory
Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D799
2017-09-15 14:05:26 +02:00

3 lines
77 B
Plaintext

UNWIND range(0, 499) AS i CREATE ();
MATCH (a), (b) CREATE (a)-[:Type]->(b);