Fix parallel macro benchmarks
Reviewers: mculinovic Reviewed By: mculinovic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1723
This commit is contained in:
parent
2cbe97d7c2
commit
31d31cf4b9
@ -6,7 +6,9 @@ random.seed(0)
|
|||||||
for i in range(common.VERTEX_COUNT):
|
for i in range(common.VERTEX_COUNT):
|
||||||
print("CREATE (n: Node {id: %d});" % i)
|
print("CREATE (n: Node {id: %d});" % i)
|
||||||
|
|
||||||
|
print(";")
|
||||||
print("CREATE INDEX ON :Node(id);")
|
print("CREATE INDEX ON :Node(id);")
|
||||||
|
print(";")
|
||||||
|
|
||||||
# create a tree to be sure there is a path between each two nodes
|
# create a tree to be sure there is a path between each two nodes
|
||||||
for i in range(1, common.VERTEX_COUNT):
|
for i in range(1, common.VERTEX_COUNT):
|
||||||
|
Loading…
Reference in New Issue
Block a user