Sha256: 6244baf579f3ccac0fdbc47ed410daddc61831ccd75210bf8cdb45dc51b02c2a

Contents?: true

Size: 83 Bytes

Versions: 16

Compression:

Stored size: 83 Bytes

Contents

module BenchmarkHelper
  def benchmark
    Benchmark.realtime(&Proc.new)
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
antelope-0.4.1 spec/support/benchmark_helper.rb
antelope-0.4.0 spec/support/benchmark_helper.rb
antelope-0.2.0 spec/support/benchmark_helper.rb
antelope-0.1.11 spec/support/benchmark_helper.rb
antelope-0.1.10 spec/support/benchmark_helper.rb
antelope-0.1.9 spec/support/benchmark_helper.rb
antelope-0.1.8 spec/support/benchmark_helper.rb
antelope-0.1.7 spec/support/benchmark_helper.rb
antelope-0.1.6 spec/support/benchmark_helper.rb
antelope-0.1.5 spec/support/benchmark_helper.rb
antelope-0.1.4 spec/support/benchmark_helper.rb
antelope-0.1.3 spec/support/benchmark_helper.rb
antelope-0.1.2 spec/support/benchmark_helper.rb
antelope-0.1.1 spec/support/benchmark_helper.rb
antelope-0.1.0 spec/support/benchmark_helper.rb
antelope-0.0.1 spec/support/benchmark_helper.rb