Sha256: 22aeca849794820ff3885ac5df89045dcba0873c2ddc41132b54012bd8a7dcc4
Contents?: true
Size: 635 Bytes
Versions: 4
Compression:
Stored size: 635 Bytes
Contents
<script type="text/javascript" src="//www.google.com/jsapi"></script> <%= js :chartkick %> <header class="row"> <div class="col-md-6"> <h3>Benchmarks</h3> </div> </header> <section> <% @types.each do |type| %> <h4><%= type %></h4> <figure class="row"> <div class="col-md-7"> <h5>Amount of tasks by execution time</h5> <%= column_chart @charts[type][:stats], library: { hAxis: { title: "Execution time (s)" }, vAxis: { title: "Tasks" } } %> </div> <div class="col-md-5"> <h5>Average execution time</h5> <%= pie_chart @charts[type][:total] %> </div> </figure> <% end %> </section>
Version data entries
4 entries across 4 versions & 1 rubygems