Update tests/mgbench/benchmark.py

Co-authored-by: Jure Bajic <jure.bajic@memgraph.com>
This commit is contained in:
Jeremy B 2022-11-02 14:13:58 +01:00 committed by GitHub
parent 1148fe9aad
commit edeebf46ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,7 +271,7 @@ for dataset, tests in benchmarks:
print(
"Executing benchmark with",
count,
"queries that should " "yield a single-threaded runtime of",
"queries that should yield a single-threaded runtime of",
args.single_threaded_runtime_sec,
"seconds.",
)