[前][次][番号順一覧][スレッド一覧]

ruby-changes:51693

From: k0kubun <ko1@a...>
Date: Mon, 9 Jul 2018 03:10:18 +0900 (JST)
Subject: [ruby-changes:51693] k0kubun:r63905 (trunk): benchmark/README.md: [ci skip] change syntax highlight

k0kubun	2018-07-09 03:10:14 +0900 (Mon, 09 Jul 2018)

  New Revision: 63905

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63905

  Log:
    benchmark/README.md: [ci skip] change syntax highlight

  Modified files:
    trunk/benchmark/README.md
Index: benchmark/README.md
===================================================================
--- benchmark/README.md	(revision 63904)
+++ benchmark/README.md	(revision 63905)
@@ -7,7 +7,7 @@ This directory has benchmark definitions https://github.com/ruby/ruby/blob/trunk/benchmark/README.md#L7
 
 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-ben https://github.com/ruby/ruby/blob/trunk/benchmark/README.md#L24
 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" https://github.com/ruby/ruby/blob/trunk/benchmark/README.md#L40
 `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
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]