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.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-07-10 13:36:44 +00:00
parent 83c5389439
commit 59ec265e33

View File

@ -5,7 +5,7 @@ This directory has benchmark definitions to be run with
## 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 '2.5.1;2.6.0-preview2 --jit'
## 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