Update tests/mgbench/datasets.py
Co-authored-by: Jure Bajic <jure.bajic@memgraph.com>
This commit is contained in:
parent
014836ca3c
commit
1148fe9aad
@ -349,7 +349,7 @@ class AccessControl(Dataset):
|
||||
|
||||
def __init__(self, variant=None):
|
||||
super().__init__(variant)
|
||||
self.next_value_idx = Dataset.get_size(self)["vertices"] + 1
|
||||
self.next_value_idx = self.get_size()["vertices"] + 1
|
||||
|
||||
def benchmark__create__vertex(self):
|
||||
self.next_value_idx += 1
|
||||
|
Loading…
Reference in New Issue
Block a user