From 7b8f42a096d24597664e1ba0fd0e5c08760b8a22 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 10 Jul 2018 16:03:51 +0000 Subject: benchmark/README.md: fix typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') 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' -- cgit v1.2.3