summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/build_perf/html/measurement_chart.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/lib/build_perf/html/measurement_chart.html b/scripts/lib/build_perf/html/measurement_chart.html
index 3cd713a2ee..5e4f4be336 100644
--- a/scripts/lib/build_perf/html/measurement_chart.html
+++ b/scripts/lib/build_perf/html/measurement_chart.html
@@ -82,7 +82,6 @@
82 { 82 {
83 name: '{{ measurement.value_type.quantity }}', 83 name: '{{ measurement.value_type.quantity }}',
84 type: 'line', 84 type: 'line',
85 step: 'start',
86 symbol: 'none', 85 symbol: 'none',
87 data: data 86 data: data
88 } 87 }
@@ -137,7 +136,6 @@
137 { 136 {
138 name: '{{ measurement.value_type.quantity }}', 137 name: '{{ measurement.value_type.quantity }}',
139 type: 'line', 138 type: 'line',
140 step: 'start',
141 symbol: 'none', 139 symbol: 'none',
142 data: commitCountData 140 data: commitCountData
143 } 141 }