Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-benchmark-ips
iterations per second enhancement to Benchmark
https://github.com/evanphx/benchmark-ips
0
no reviews
Install
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.