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.