From 83c5389439be5c827bbc0e769aedcfebcb9ef87d Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 10 Jul 2018 13:16:55 +0000 Subject: common.mk: execute benchmark alphabetically git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 5f15ff4633..1e9df0664d 100644 --- a/common.mk +++ b/common.mk @@ -1113,7 +1113,7 @@ bisect-ruby: PHONY COMPARE_RUBY = $(BASERUBY) ITEM = -ARGS = $$(find $(srcdir)/benchmark -maxdepth 1 -name '*$(ITEM)*.yml' -o -name '*$(ITEM)*.rb') +ARGS = $$(find $(srcdir)/benchmark -maxdepth 1 -name '*$(ITEM)*.yml' -o -name '*$(ITEM)*.rb' | sort) OPTS = # You can pass several options through OPTS environment variable. -- cgit v1.2.3