ruby-changes:64708
From: Takashi <ko1@a...>
Date: Sat, 2 Jan 2021 11:42:36 +0900 (JST)
Subject: [ruby-changes:64708] 4182035e27 (master): Add -v to make benchmark
https://git.ruby-lang.org/ruby.git/commit/?id=4182035e27 From 4182035e273ecd042f5f071cfd6626920e1d28ed Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Fri, 1 Jan 2021 18:41:20 -0800 Subject: Add -v to make benchmark I simply can't tell which of compare-ruby and built-ruby is what. diff --git a/common.mk b/common.mk index af647a6..de1e9e3 100644 --- a/common.mk +++ b/common.mk @@ -1225,7 +1225,7 @@ bisect-ruby: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1225 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 = -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/