36 |
37 |
Amount of tasks by execution time
38 | <%= column_chart @charts[type][:stats], library: { hAxis: { title: "Execution time (s)" }, vAxis: { title: "Tasks" } } %>
39 |
40 |
41 |
Average execution time
42 | <%= pie_chart @charts[type][:total] %>
43 |
44 |
45 |