ruby-changes:51728
From: k0kubun <ko1@a...>
Date: Wed, 11 Jul 2018 00:51:34 +0900 (JST)
Subject: [ruby-changes:51728] k0kubun:r63940 (trunk): benchmark/README.md: erb_render is no longer yml but rb [ci skip]
k0kubun 2018-07-11 00:51:29 +0900 (Wed, 11 Jul 2018) New Revision: 63940 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63940 Log: benchmark/README.md: erb_render is no longer yml but rb [ci skip] Modified files: trunk/benchmark/README.md Index: benchmark/README.md =================================================================== --- benchmark/README.md (revision 63939) +++ benchmark/README.md (revision 63940) @@ -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_render.yml +benchmark-driver benchmark/erb_render.rb # Run all benchmark scripts with multiple Ruby executables or options benchmark-driver benchmark/*.yml -e /path/to/ruby -e '/path/to/ruby --jit' @@ -59,7 +59,7 @@ make benchmark ITEM=vm1 OPTS=--filter=bl https://github.com/ruby/ruby/blob/trunk/benchmark/README.md#L59 # You can specify the benchmark by an exact filename instead of using the default argument: # ARGS = $$(find $(srcdir)/benchmark -maxdepth 1 -name '*$(ITEM)*.yml' -o -name '*$(ITEM)*.rb') -make benchmark ARGS=../benchmark/erb_render.yml +make benchmark ARGS=../benchmark/erb_render.rb # You can specify any option via $OPTS make benchmark OPTS="--help" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/