summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 06:22:22 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 06:22:23 +0900
commitea711285737faac6471fc22f0b8f9e9365e7e6ed (patch)
treef44a9f7c465efe38866f2742f4daa0d142badfd0 /common.mk
parente8b6f6303999fd39d367d3eb114193faad13bbca (diff)
Unify documentations of `make benchmark`
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/common.mk b/common.mk
index 3ea2882489..3ada59b7d1 100644
--- a/common.mk
+++ b/common.mk
@@ -1169,11 +1169,7 @@ ITEM =
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" \