From 2aeb7cc629b2d5f396080822290e5063449da8ca Mon Sep 17 00:00:00 2001 From: antejavor Date: Tue, 17 Jan 2023 14:16:43 +0100 Subject: [PATCH] Remove duplicated flags. --- tests/mgbench/benchmark.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/mgbench/benchmark.py b/tests/mgbench/benchmark.py index 5ac554137..190dac0be 100755 --- a/tests/mgbench/benchmark.py +++ b/tests/mgbench/benchmark.py @@ -77,10 +77,7 @@ parser.add_argument( parser.add_argument( "--num-workers-for-benchmark", type=int, default=1, help="number of workers used to execute the benchmark" ) -parser.add_argument("--single-threaded-runtime-sec", type=int, default=10, help="single threaded duration of each test") -parser.add_argument("--no-load-query-counts", action="store_true", help="disable loading of cached query counts") -parser.add_argument("--no-save-query-counts", action="store_true", help="disable storing of cached query counts") -parser.add_argument("--export-results", default="", help="file path into which results should be exported") + parser.add_argument( "--single-threaded-runtime-sec", type=int,