aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/README.md')
-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'