ruby-benchmark-ips

iterations per second enhancement to Benchmark
  https://github.com/evanphx/benchmark-ips
  0
  no reviews



Benchmark/ips benchmarks a blocks iterations/second. For short snippets of code, ips automatically figures out how many times to run the code to get interesting data. No more guessing at random iteration counts.