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

Add new argument to python/MooreTests/run_throughput_jobs.py

parent f9e98e76
No related branches found
No related tags found
1 merge request!345Enhance and fix Sprucing timing plot
Pipeline #6167839 failed
#!/usr/bin/env python
###############################################################################
# (c) Copyright 2019 CERN for the benefit of the LHCb Collaboration #
# (c) Copyright 2019-2023 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
......@@ -287,7 +287,7 @@ options.preamble_algs = [
logging.info("Making profile plots")
from MooreTests import make_profile_plots
make_profile_plots.main([log_filename], hlt_label, parsed_throughput,
ht_file, args.heaptrack, perf_exe,
args.produce_yaml, ht_file, args.heaptrack, perf_exe,
args.no_inline)
return process, log_file
......
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