ruby-changes:51718
From: k0kubun <ko1@a...>
Date: Tue, 10 Jul 2018 22:36:51 +0900 (JST)
Subject: [ruby-changes:51718] k0kubun:r63930 (trunk): benchmark/README.md: don't recommend alias installation [ci skip]
k0kubun 2018-07-10 22:36:44 +0900 (Tue, 10 Jul 2018) New Revision: 63930 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63930 Log: benchmark/README.md: don't recommend alias installation [ci skip] benchmark_driver is the official way to install benchmark_driver. benchmark-driver is just an alias for it. Modified files: trunk/benchmark/README.md Index: benchmark/README.md =================================================================== --- benchmark/README.md (revision 63929) +++ benchmark/README.md (revision 63930) @@ -5,7 +5,7 @@ This directory has benchmark definitions https://github.com/ruby/ruby/blob/trunk/benchmark/README.md#L5 ## Normal usage -Execute `gem install benchmark-driver` and run a command like: +Execute `gem install benchmark_driver` and run a command like: ```bash # Run a benchmark script with the ruby in the $PATH @@ -21,7 +21,7 @@ benchmark-driver benchmark/*.yml --rbenv https://github.com/ruby/ruby/blob/trunk/benchmark/README.md#L21 ## make benchmark Using `make benchmark`, `make update-benchmark-driver` automatically downloads -the supported version of benchmark-driver, and it runs benchmarks with the downloaded +the supported version of benchmark\_driver, and it runs benchmarks with the downloaded benchmark-driver. ```bash -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/