aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-10 16:03:51 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-10 16:03:51 +0000
commit7b8f42a096d24597664e1ba0fd0e5c08760b8a22 (patch)
tree5d34a044d5fd2c6092e308bc64bbad7b60d0df5a /benchmark
parentb0c82742584fe1b6896f511f966d199414abfc85 (diff)
downloadruby-7b8f42a096d24597664e1ba0fd0e5c08760b8a22.tar.gz
benchmark/README.md: fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 4fc5134c0b..6994ded4dd 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -9,7 +9,7 @@ Execute `gem install benchmark_driver` and run a command like:
```bash
# Run a benchmark script with the ruby in the $PATH
-benchmark-driver benchmark/erb_fib.rb
+benchmark-driver benchmark/app_fib.rb
# Run all benchmark scripts with multiple Ruby executables or options
benchmark-driver benchmark/*.yml -e /path/to/ruby -e '/path/to/ruby --jit'