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