ruby-benchmark-ips-doc

Iterations per second enhancement to benchmark (documentation)
  http://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.

this package contains the html documentation for ruby-benchmark-ips.