From ea711285737faac6471fc22f0b8f9e9365e7e6ed Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 15 Jul 2019 06:22:22 +0900 Subject: Unify documentations of `make benchmark` --- common.mk | 6 +----- 1 file changed, 1 insertion(+), 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" \ -- cgit v1.2.3