mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
benchmark/README.md: fix -e interface for v0.14 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7bed459a26
commit
443773836e
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ Execute `gem install benchmark-driver` and run a command like:
|
|||
benchmark-driver benchmark/erb_render.yml
|
||||
|
||||
# Run all benchmark scripts with multiple Ruby executables or options
|
||||
benchmark-driver benchmark/*.yml -e /path/to/ruby -e '/path/to/ruby,--jit'
|
||||
benchmark-driver benchmark/*.yml -e /path/to/ruby -e '/path/to/ruby --jit'
|
||||
|
||||
# Or compare Ruby versions managed by rbenv
|
||||
benchmark-driver benchmark/*.yml --rbenv '2.5.1;2.6.0-preview2,--jit'
|
||||
benchmark-driver benchmark/*.yml --rbenv '2.5.1;2.6.0-preview2 --jit'
|
||||
```
|
||||
|
||||
## make benchmark
|
||||
|
|
Loading…
Add table
Reference in a new issue