ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								f251ce9f48 
								
							 
						 
						
							
							
								
								don't use GC::Profiler on default.  
							
							... 
							
							
							
							* benchmark/gc/gcbench.rb: disable GC::Profiler on default.
  add -p option instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2018-09-28 05:28:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									k0kubun 
								
							 
						 
						
							
							
							
							
								
							
							
								020bb75808 
								
							 
						 
						
							
							
								
								revert r63899  
							
							... 
							
							
							
							this is no longer needed due to r63926
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2018-07-10 15:06:59 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									k0kubun 
								
							 
						 
						
							
							
							
							
								
							
							
								d933fe9b85 
								
							 
						 
						
							
							
								
								benchmark/gc: prevent GC bench from depending on normal benchmark  
							
							... 
							
							
							
							scripts.
This is needed to finish converting Ruby scripts to YAMLs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2018-07-08 17:31:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								2ad4a1600b 
								
							 
						 
						
							
							
								
								* benchmark/gc/gcbench.rb: check GC::OPTS availability  
							
							... 
							
							
							
							for not MRI 2.1.0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-12-19 01:49:59 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								b3abb163f4 
								
							 
						 
						
							
							
								
								* benchmark/gc/gcbench.rb: output version description and GC::OPTS.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-11-09 15:43:30 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									eregon 
								
							 
						 
						
							
							
							
							
								
							
							
								adc4bb95f6 
								
							 
						 
						
							
							
								
								* benchmark/gc/gcbench.rb: fix typo of r43543  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-11-05 22:27:27 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								400a9a7bc2 
								
							 
						 
						
							
							
								
								* benchmark/gc/gcbench.rb: add some options to make quiet.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-11-05 22:13:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								cecbcc420e 
								
							 
						 
						
							
							
								
								* benchmark/gc/gcbench.rb: print HWM (high water mark) if possible.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-10-31 16:09:10 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								372272c245 
								
							 
						 
						
							
							
								
								* benchmark/gc/gcbench.rb: fix summary of benchmark result notaton.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-21 08:57:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								45f7b78d29 
								
							 
						 
						
							
							
								
								* benchmark/gc/gcbench.rb: Do not use GC::Profiler::disable because  
							
							... 
							
							
							
							GC::Profiler::disable prohibit to access profiling data. It should
  be spec bug.
  Skip GC::Profiler::report if RUBY_VERSION < '2.0.0'
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 09:31:51 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								07b6816583 
								
							 
						 
						
							
							
								
								* benchmark/gc/gcbench.rb: stop GC::Profiler before output results.  
							
							... 
							
							
							
							Generating GC::Profiler result under profiling causes infinite loop.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 09:00:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								1db64a2035 
								
							 
						 
						
							
							
								
								* benchmark/gc/gcbench.rb: don't use __dir__ to make compatible  
							
							... 
							
							
							
							with ruby 1.9.3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 08:25:16 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								f0361ca416 
								
							 
						 
						
							
							
								
								* properties.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 07:49:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								8e94c01653 
								
							 
						 
						
							
							
								
								* benchmark/bm_app_aobench.rb: added.  
							
							... 
							
							
							
							* benchmark/gc/aobench.rb: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 07:47:10 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								e832046b9a 
								
							 
						 
						
							
							
								
								* properties.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 07:31:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								c5c1e8b8d4 
								
							 
						 
						
							
							
								
								* benchmark/bm_so_binary_trees.rb: disable `puts' method  
							
							... 
							
							
							
							and change iteration parameter to increase execution time.
* benchmark/gc/binarytree.rb: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 07:30:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								0ec4589259 
								
							 
						 
						
							
							
								
								* properties.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 07:10:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								fe6b76e789 
								
							 
						 
						
							
							
								
								* benchmark/gc/pentomino.rb: added.  
							
							... 
							
							
							
							Simply load pentomino puzzle in the benchmark/ directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 07:07:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								60051eacac 
								
							 
						 
						
							
							
								
								* remove trailing spaces.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 07:06:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								85797ea0a7 
								
							 
						 
						
							
							
								
								* properties.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 07:03:15 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								2802afffd6 
								
							 
						 
						
							
							
								
								* benchmark/gc/redblack.rb: import red black tree benchmark from  
							
							... 
							
							
							
							https://github.com/jruby/rubybench/blob/master/time/bench_red_black.rb 
* benchmark/gc/ring.rb: add a benchmark. This benchmark create many
  old objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
						
							2013-06-20 07:01:58 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									nobu 
								
							 
						 
						
							
							
							
							
								
							
							
								ae39bfc5dc 
								
							 
						 
						
							
							
								
								* properties.  
							
							... 
							
							
							
							git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 06:21:07 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ko1 
								
							 
						 
						
							
							
							
							
								
							
							
								99b10ff471 
								
							 
						 
						
							
							
								
								* benchmark/gc: create a directory to store GC related benchmark.  
							
							... 
							
							
							
							* benchmark/gc/gcbench.rb: moved from tool/gcbench.rb.
* benchmark/gc/hash(1|2).rb: ditto.
* benchmark/gc/rdoc.rb: ditto.
* benchmark/gc/null.rb: added.
* common.mk: fix rule.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 
							
						 
						
							2013-06-20 06:18:09 +00:00