diff --git a/python/MooreTests/run_throughput_jobs.py b/python/MooreTests/run_throughput_jobs.py
index 11bdaa959de0c88351316fac277ec91ef5621e3c..a5bec228a984e6a0fbb24cf3e8409a9a40b6685f 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,