зеркало из https://github.com/github/ruby.git
benchmark/README.md: [ci skip] change syntax highlight
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
26a95ddab2
Коммит
2cab2fc8b1
|
@ -7,7 +7,7 @@ This directory has benchmark definitions to be run with
|
|||
|
||||
Execute `gem install benchmark-driver` and run a command like:
|
||||
|
||||
```console
|
||||
```bash
|
||||
# Run a benchmark script with the ruby in the $PATH
|
||||
benchmark-driver benchmark/erb_render.yml
|
||||
|
||||
|
@ -24,7 +24,7 @@ Using `make benchmark`, `make update-benchmark-driver` automatically downloads
|
|||
the supported version of benchmark-driver, and it runs benchmarks with the downloaded
|
||||
benchmark-driver.
|
||||
|
||||
```console
|
||||
```bash
|
||||
# Run all benchmarks with the ruby in the $PATH and the built ruby
|
||||
make benchmark
|
||||
|
||||
|
@ -40,7 +40,7 @@ make benchmark OPTS="--help"
|
|||
`make benchmark-each` is similar to `make benchmark`, but it allows to execute
|
||||
some specific benchmarks.
|
||||
|
||||
```console
|
||||
```bash
|
||||
# Run vm1 benchmarks
|
||||
make benchmark-each ITEM=vm1
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче