Categories: None [Edit]

rbenchmarker

https://rubygems.org/gems/rbenchmarker
https://github.com/shibatadaiki/Rbenchmarker
Rbenchmarker is a gem that allows you to automatically benchmark the execution time of a method defined in a Ruby class and module. Benchmark module (https://docs.ruby-lang.org/ja/latest/class/Benchmark.html) is used inside Rbenchmarker, and bm method is automatically applied to all target methods. However, method itself to which Rbenchmarker is applied remains unchanged, takes the same arguments as before, and returns the same return value as before. So you don't have to change the methods yourself, and you don't have to benchmark the methods one by one. Just launch the application as before and will automatically benchmark all targeted methods!

Total

Ranking: 172,915 of 180,488
Downloads: 1,605

Daily

Ranking: 38,970 of 180,477
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconshiba