aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-08 18:10:14 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-08 18:10:14 +0000
commit27498a3e641abe6a351c9e22d89b6e9c2f805ec5 (patch)
tree0987c324003822ce8eb1ad21d9ee821caddc6a4b /benchmark
parente3c617c84def0e0f04cc81cc18473fbc32b85c75 (diff)
downloadruby-27498a3e641abe6a351c9e22d89b6e9c2f805ec5.tar.gz
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
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 1065fcae2f..1b0b373f7a 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -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