aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-10 13:36:44 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-10 13:36:44 +0000
commit9d78046d99516d8f01bdbee221281664b29b65d4 (patch)
treec4001018b04ec231dafdd1c2f7160361e6b32c69 /benchmark
parent9651938fb5d9999d80eac65df43b25d0bc17cd52 (diff)
downloadruby-9d78046d99516d8f01bdbee221281664b29b65d4.tar.gz
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
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 018198b4b5..8a46fea636 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -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