summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-01-01 18:41:20 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2021-01-01 18:41:22 -0800
commit4182035e273ecd042f5f071cfd6626920e1d28ed (patch)
treef05b985f74b4a2509212fc2fb81d8777c0365904 /common.mk
parentdaec5f9edcfbf98b10a4bfc1aa501c9ac2c64841 (diff)
downloadruby-4182035e273ecd042f5f071cfd6626920e1d28ed.tar.gz
Add -v to make benchmark
I simply can't tell which of compare-ruby and built-ruby is what.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index af647a68bb..de1e9e3438 100644
--- a/common.mk
+++ b/common.mk
@@ -1225,7 +1225,7 @@ bisect-ruby: PHONY
COMPARE_RUBY = $(BASERUBY)
BENCH_RUBY = $(RUNRUBY)
-BENCH_OPTS = --output=markdown --output-compare
+BENCH_OPTS = --output=markdown --output-compare -v
ITEM =
ARGS = $$(find $(srcdir)/benchmark -maxdepth 1 -name '$(ITEM)' -o -name '*$(ITEM)*.yml' -o -name '*$(ITEM)*.rb' | sort)
OPTS =