From edeebf46ec8efced3fb1d5949289717532307a6e Mon Sep 17 00:00:00 2001 From: Jeremy B <97525434+42jeremy@users.noreply.github.com> Date: Wed, 2 Nov 2022 14:13:58 +0100 Subject: [PATCH] Update tests/mgbench/benchmark.py Co-authored-by: Jure Bajic <jure.bajic@memgraph.com> --- tests/mgbench/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mgbench/benchmark.py b/tests/mgbench/benchmark.py index b5f1abee0..6458447d0 100755 --- a/tests/mgbench/benchmark.py +++ b/tests/mgbench/benchmark.py @@ -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.", )