From 2cab2fc8b1aca2aeb655289122346dfebadd6cbc Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 8 Jul 2018 18:10:14 +0000 Subject: 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 --- benchmark/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmark') 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 -- cgit v1.2.3