Skip to content
Snippets Groups Projects
Commit 618da9c0 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Actually make the new argument available in the script run_throughput_jobs.py!

parent c058871e
No related branches found
No related tags found
1 merge request!345Enhance and fix Sprucing timing plot
Pipeline #6178550 passed
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment