Update datasets.py

This commit is contained in:
Jeremy B 2022-10-31 09:43:22 +01:00 committed by GitHub
parent 3cf79f5bbf
commit ddb30f49ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,7 +378,7 @@ class AccessControl(Dataset):
query = ("MATCH (n:File) RETURN *", {})
return query
def benchmark__match__match_all_verteices_with_edges(self):
def benchmark__match__match_all_vertices_with_edges(self):
self.next_value_idx += 1
query = ("MATCH (permission:Permission)-[e:IS_FOR_FILE]->(file:File) RETURN *", {})
return query