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

ruby-changes:56518

From: Takashi <ko1@a...>
Date: Mon, 15 Jul 2019 06:22:45 +0900 (JST)
Subject: [ruby-changes:56518] Takashi Kokubun: ea71128573 (master): Unify documentations of `make benchmark`

https://git.ruby-lang.org/ruby.git/commit/?id=ea71128573

From ea711285737faac6471fc22f0b8f9e9365e7e6ed Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 15 Jul 2019 06:22:22 +0900
Subject: Unify documentations of `make benchmark`


diff --git a/common.mk b/common.mk
index 3ea2882..3ada59b 100644
--- a/common.mk
+++ b/common.mk
@@ -1169,11 +1169,7 @@ ITEM = https://github.com/ruby/ruby/blob/trunk/common.mk#L1169
 ARGS = $$(find $(srcdir)/benchmark -maxdepth 1 -name '*$(ITEM)*.yml' -o -name '*$(ITEM)*.rb' | sort)
 OPTS =
 
-# You can pass several options through OPTS environment variable.
-# $ make benchmark ARGS="--help" displays more detail.
-# for example,
-#  $ make benchmark COMPARE_RUBY="ruby-trunk" OPTS="-e ruby-2.2.2"
-# This command compares trunk and built-ruby and 2.2.2
+# See benchmark/README.md for details.
 benchmark: miniruby$(EXEEXT) update-benchmark-driver PHONY
 	$(BASERUBY) -rrubygems -I$(srcdir)/benchmark/lib $(srcdir)/benchmark/benchmark-driver/exe/benchmark-driver \
 	            --executables="compare-ruby::$(COMPARE_RUBY) -I$(EXTOUT)/common --disable-gem" \
-- 
cgit v0.10.2


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

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