mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
ipynb_exporter: default template no longer shows a blank plot for workloads without summary_metrics
This commit is contained in:
parent
62a0fd70de
commit
dc1b0e629e
@ -25,7 +25,7 @@
|
||||
"results = {",
|
||||
{% for ir in result.iteration_results -%}
|
||||
{% for metric in ir.metrics -%}
|
||||
{% if metric.name in ir.workload.summary_metrics -%}
|
||||
{% if metric.name in ir.workload.summary_metrics or not ir.workload.summary_metrics -%}
|
||||
"\"{{ ir.spec.label }}_{{ ir.id }}_{{ ir.iteration }}_{{ metric.name }}\": {{ metric.value }}, ",
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user