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

ruby-changes:51730

From: k0kubun <ko1@a...>
Date: Wed, 11 Jul 2018 01:03:56 +0900 (JST)
Subject: [ruby-changes:51730] k0kubun:r63942 (trunk): benchmark/README.md: fix typo [ci skip]

k0kubun	2018-07-11 01:03:51 +0900 (Wed, 11 Jul 2018)

  New Revision: 63942

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

  Log:
    benchmark/README.md: fix typo [ci skip]

  Modified files:
    trunk/benchmark/README.md
Index: benchmark/README.md
===================================================================
--- benchmark/README.md	(revision 63941)
+++ benchmark/README.md	(revision 63942)
@@ -9,7 +9,7 @@ Execute `gem install benchmark_driver` a https://github.com/ruby/ruby/blob/trunk/benchmark/README.md#L9
 
 ```bash
 # Run a benchmark script with the ruby in the $PATH
-benchmark-driver benchmark/erb_fib.rb
+benchmark-driver benchmark/app_fib.rb
 
 # Run all benchmark scripts with multiple Ruby executables or options
 benchmark-driver benchmark/*.yml -e /path/to/ruby -e '/path/to/ruby --jit'

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

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