memgraph/tests/benchmark_infra/groups/aggregation_parallel/count.run.py
Mislav Bradac fee59a7ec2 Add first parallel benchmark
Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D557
2017-07-17 19:29:29 +02:00

2 lines
54 B
Python

print("MATCH (n) RETURN count(n), count(n.x);" * 128)