5e3ff2438e
Summary: Fix bug in perf wrapper Reviewers: mferencevic Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D611
5 lines
95 B
Python
5 lines
95 B
Python
from common import create_vertices
|
|
|
|
print("CREATE INDEX ON :Label(id);")
|
|
create_vertices(1000)
|