mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	common.mk: use EXTOUT to benchmark [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									26a1ebf073
								
							
						
					
					
						commit
						b9e96915ba
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -963,17 +963,17 @@ OPTS = | |||
| # This command compares trunk and built-ruby and 2.2.2
 | ||||
| benchmark: miniruby$(EXEEXT) PHONY | ||||
| 	$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
 | ||||
| 	            --executables="$(COMPARE_RUBY) -I$(srcdir)/lib -I. -I.ext/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
 | ||||
| 	            --executables="$(COMPARE_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
 | ||||
| 	            --pattern='bm_' --directory=$(srcdir)/benchmark $(OPTS) | ||||
| 
 | ||||
| benchmark-each: miniruby$(EXEEXT) PHONY | ||||
| 	$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
 | ||||
| 	            --executables="$(COMPARE_RUBY) -I$(srcdir)/lib -I. -I.ext/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
 | ||||
| 	            --executables="$(COMPARE_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
 | ||||
| 	            --pattern=$(ITEM) --directory=$(srcdir)/benchmark $(OPTS) | ||||
| 
 | ||||
| tbench: miniruby$(EXEEXT) PHONY | ||||
| 	$(BASERUBY) $(srcdir)/benchmark/driver.rb -v \
 | ||||
| 	            --executables="$(COMPARE_RUBY) -I$(srcdir)/lib -I. -I.ext/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
 | ||||
| 	            --executables="$(COMPARE_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common --disable-gem; built-ruby::$(MINIRUBY) --disable-gem" \
 | ||||
| 	            --pattern='bmx_' --directory=$(srcdir)/benchmark $(OPTS) | ||||
| 
 | ||||
| run.gdb: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nobu
						nobu