From 4182035e273ecd042f5f071cfd6626920e1d28ed Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 1 Jan 2021 18:41:20 -0800 Subject: [PATCH] Add -v to make benchmark I simply can't tell which of compare-ruby and built-ruby is what. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =