memgraph/tests/macro_benchmark/groups/1000_create/vertex_big.run.py

2 lines
176 B
Python
Raw Normal View History

print("""CREATE (:L1:L2:L3:L4:L5:L6:L7 {p1: true, p2: 42, p3: "Here is some text that is not extremely short", p4:"Short text", p5: 234.434, p6: 11.11, p7: false});""" * 1000)