Sha256: 2807de3383e0ea2e547d80e5607499601b5a14f2e9c088ab6617ba4473525222

Contents?: true

Size: 630 Bytes

Versions: 1

Compression:

Stored size: 630 Bytes

Contents

<script type="text/javascript" src="//www.google.com/jsapi"></script>
<%= js :chartkick %>

<header class="row">
  <div class="span5">
    <h3>Benchmarks</h3>
  </div>
</header>

<section>
<% @types.each do |type| %>
  <h4><%= type %></h4>
  <figure class="row">
    <div class="span5">
      <h5>Amount of tasks by execution time</h5>
      <%= column_chart @charts[type][:stats], library: { hAxis: { title: "Execution time" }, vAxis: { title: "Tasks" } } %>
      <div class="span4">
        <h5>Average execution time</h5>
        <%= pie_chart @charts[type][:total] %>
      </div>
    </div>
  </figure>
<% end %>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sidekiq-benchmark-0.3.0 web/views/benchmarks.erb