Sha256: be2747748ee9d65abca43a96c8d516d5dca9630fcd2ad15ec28028e844379dfe

Contents?: true

Size: 88 Bytes

Versions: 5

Compression:

Stored size: 88 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
antelope-0.3.2 spec/support/benchmark_helper.rb
antelope-0.3.0 spec/support/benchmark_helper.rb
antelope-0.2.4 spec/support/benchmark_helper.rb
antelope-0.2.3 spec/support/benchmark_helper.rb
antelope-0.2.2 spec/support/benchmark_helper.rb