Sha256: da72ac8d0007abcc7d83e559b9b3b53b5729e4c28dac81b4e571e7c258cd189e

Contents?: true

Size: 464 Bytes

Versions: 2

Compression:

Stored size: 464 Bytes

Contents

script src="//www.google.com/jsapi"
==js :chartkick

header.row
  .span5
    h3 Benchmarks

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sidekiq-benchmark-0.2.0 web/views/benchmarks.slim
sidekiq-benchmark-0.1.2 web/views/benchmarks.slim