diff options
Diffstat (limited to 'scripts/lib/build_perf/html/report.html')
| -rw-r--r-- | scripts/lib/build_perf/html/report.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/lib/build_perf/html/report.html b/scripts/lib/build_perf/html/report.html index e42871177d..165cbb811c 100644 --- a/scripts/lib/build_perf/html/report.html +++ b/scripts/lib/build_perf/html/report.html | |||
| @@ -6,17 +6,14 @@ | |||
| 6 | <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> | 6 | <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> |
| 7 | <script type="text/javascript"> | 7 | <script type="text/javascript"> |
| 8 | google.charts.load('current', {'packages':['corechart']}); | 8 | google.charts.load('current', {'packages':['corechart']}); |
| 9 | var chartsDrawing = 0; | ||
| 9 | </script> | 10 | </script> |
| 10 | 11 | ||
| 11 | {# Render measurement result charts #} | 12 | {# Render measurement result charts #} |
| 12 | {% for test in test_data %} | 13 | {% for test in test_data %} |
| 13 | {% set test_loop = loop %} | ||
| 14 | {% if test.status == 'SUCCESS' %} | 14 | {% if test.status == 'SUCCESS' %} |
| 15 | {% for measurement in test.measurements %} | 15 | {% for measurement in test.measurements %} |
| 16 | {% set chart_elem_id = test.name + '_' + measurement.name + '_chart' %} | 16 | {% set chart_elem_id = test.name + '_' + measurement.name + '_chart' %} |
| 17 | {% if test_loop.last and loop.last %} | ||
| 18 | {% set last_chart = true %} | ||
| 19 | {% endif %} | ||
| 20 | {% include 'measurement_chart.html' %} | 17 | {% include 'measurement_chart.html' %} |
| 21 | {% endfor %} | 18 | {% endfor %} |
| 22 | {% endif %} | 19 | {% endif %} |
