Add -v to make benchmark

I simply can't tell which of compare-ruby and built-ruby is what.
This commit is contained in:
Takashi Kokubun 2021-01-01 18:41:20 -08:00
parent daec5f9edc
commit 4182035e27
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -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 =