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:
k0kubun 2018-07-08 18:10:14 +00:00
Родитель 26a95ddab2
Коммит 2cab2fc8b1
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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