mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Prefer exact ITEM to benchmark
This commit is contained in:
parent
74ca6b88dd
commit
7bb0a7d7cb
1 changed files with 1 additions and 1 deletions
|
@ -1171,7 +1171,7 @@ bisect-ruby: PHONY
|
|||
COMPARE_RUBY = $(BASERUBY)
|
||||
BENCH_RUBY = $(RUNRUBY)
|
||||
ITEM =
|
||||
ARGS = $$(find $(srcdir)/benchmark -maxdepth 1 -name '*$(ITEM)*.yml' -o -name '*$(ITEM)*.rb' | sort)
|
||||
ARGS = $$(find $(srcdir)/benchmark -maxdepth 1 -name '$(ITEM)' -o -name '*$(ITEM)*.yml' -o -name '*$(ITEM)*.rb' | sort)
|
||||
OPTS =
|
||||
|
||||
# See benchmark/README.md for details.
|
||||
|
|
Loading…
Reference in a new issue