From 618da9c0f0f681794e4c5aa2616f3a1ebf6ace68 Mon Sep 17 00:00:00 2001 From: erodrigu <eduardo.rodrigues@cern.ch> Date: Mon, 11 Sep 2023 09:37:09 +0200 Subject: [PATCH] Actually make the new argument available in the script run_throughput_jobs.py! --- python/MooreTests/run_throughput_jobs.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python/MooreTests/run_throughput_jobs.py b/python/MooreTests/run_throughput_jobs.py index 11bdaa95..a5bec228 100755 --- a/python/MooreTests/run_throughput_jobs.py +++ b/python/MooreTests/run_throughput_jobs.py @@ -363,6 +363,13 @@ if __name__ == '__main__': ) parser.add_argument( '--debug', action='store_true', help='Debugging output') + parser.add_argument( + '--produce-yaml', + dest='produce_yaml', + action='store_true', + help= + 'Produce a YAML file with categorised list of algos/tools that make the throughput rate plot' + ) parser.add_argument( '--heaptrack', type=str, -- GitLab