RubyGems Navigation menu

rbenchmarker 0.1.1

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!

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.1 - February 05, 2021 (13KB)
全てのバージョンを表示(全2件)

所有者:

プッシュ者:

作者:

  • daiki shibata

SHA 256チェックサム:

2adcc4a4b6650e448eed21f578a9a17ed0960e21ed1d85addf25c1989f563bee

累計ダウンロード数 1,636

このバージョンのみ 1,628

ライセンス:

MIT

必要なRubyのバージョン: >= 2.3.0

リンク: