memgraph/tests/macro_benchmark/groups/create_parallel/vertex.run.py
Dominik Gleich 1d5245cb13 Add edge creation and bfs parallel tests
Reviewers: buda, mislav.bradac

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D953
2017-11-10 16:03:06 +01:00

2 lines
40 B
Python

print("CREATE (:A {x : 10});" * 100000)