From 59ec265e3302ee0ea8236d45177f85d6db2ede4f Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 10 Jul 2018 13:36:44 +0000 Subject: 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 --- benchmark/README.md | 4 ++-- 1 file 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 -- cgit v1.2.3