From: Kienan Stewart Date: Wed, 22 Jan 2025 16:59:59 +0000 (-0500) Subject: benchmark: Make iteration argument to time script optional X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e77f8474ddf49f9b2895cfcfeae11be661044faa;p=lttng-ci.git benchmark: Make iteration argument to time script optional There's a default supplied already, so there is not reason to keep the argument as required. Change-Id: Iab55265fdcf66beab607162c0aeaa7bd1ad9455c Signed-off-by: Kienan Stewart --- diff --git a/scripts/babeltrace-benchmark/time.py b/scripts/babeltrace-benchmark/time.py index ddb15c0..c7f7505 100644 --- a/scripts/babeltrace-benchmark/time.py +++ b/scripts/babeltrace-benchmark/time.py @@ -165,7 +165,6 @@ def main(): type=int, default=5, help="The number of iteration to run the command (default: 5)", - required=True, ) parser.add_argument( "--stdout",