memgraph/tests/benchmark_infra/groups/create_parallel/vertex.run.py
Mislav Bradac 10b0f7cdf4 Add multithreaded create benchmark
Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D585
2017-07-21 15:17:29 +02:00

2 lines
41 B
Python

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