* common.mk (benchmark): fix lib path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
332723a20e
commit
a2879ac27b
@ -1,3 +1,7 @@
|
|||||||
|
Tue Sep 13 06:03:34 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk (benchmark): fix lib path.
|
||||||
|
|
||||||
Tue Sep 13 00:39:47 2016 Aaron Patterson <tenderlove@ruby-lang.org>
|
Tue Sep 13 00:39:47 2016 Aaron Patterson <tenderlove@ruby-lang.org>
|
||||||
|
|
||||||
* class.c (singleton_class_of): Copy superclass serial number to
|
* class.c (singleton_class_of): Copy superclass serial number to
|
||||||
|
@ -963,17 +963,17 @@ OPTS =
|
|||||||
# This command compares trunk and built-ruby and 2.2.2
|
# This command compares trunk and built-ruby and 2.2.2
|
||||||
benchmark: miniruby$(EXEEXT) PHONY
|
benchmark: miniruby$(EXEEXT) PHONY
|
||||||
$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
|
$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
|
||||||
--executables="$(COMPARE_RUBY) -I../../ruby/lib -I. -I.ext/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
|
--executables="$(COMPARE_RUBY) -Ilib -I. -I.ext/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
|
||||||
--pattern='bm_' --directory=$(srcdir)/benchmark $(OPTS)
|
--pattern='bm_' --directory=$(srcdir)/benchmark $(OPTS)
|
||||||
|
|
||||||
benchmark-each: miniruby$(EXEEXT) PHONY
|
benchmark-each: miniruby$(EXEEXT) PHONY
|
||||||
$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
|
$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
|
||||||
--executables="$(COMPARE_RUBY) -I../../ruby/lib -I. -I.ext/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
|
--executables="$(COMPARE_RUBY) -Ilib -I. -I.ext/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
|
||||||
--pattern=$(ITEM) --directory=$(srcdir)/benchmark $(OPTS)
|
--pattern=$(ITEM) --directory=$(srcdir)/benchmark $(OPTS)
|
||||||
|
|
||||||
tbench: miniruby$(EXEEXT) PHONY
|
tbench: miniruby$(EXEEXT) PHONY
|
||||||
$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
|
$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
|
||||||
--executables="$(COMPARE_RUBY) -I../../ruby/lib -I. -I.ext/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
|
--executables="$(COMPARE_RUBY) -Ilib -I. -I.ext/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
|
||||||
--pattern='bmx_' --directory=$(srcdir)/benchmark $(OPTS)
|
--pattern='bmx_' --directory=$(srcdir)/benchmark $(OPTS)
|
||||||
|
|
||||||
run.gdb:
|
run.gdb:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user