mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Debug statements
This commit is contained in:
		
							
								
								
									
										3
									
								
								Rakefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Rakefile
									
									
									
									
									
								
							| @@ -37,11 +37,14 @@ namespace :benchmark do | ||||
|     current_branch = `git rev-parse --abbrev-ref HEAD`.strip | ||||
|  | ||||
|     # Create tmp branch for reference commit | ||||
|     puts "Creating branch tmp_#{reference}" | ||||
|     git.branch("tmp_#{reference}").checkout | ||||
|     git.reset_hard(reference) | ||||
|  | ||||
|     # RUN BENCHMARK | ||||
|  | ||||
|     # Create tmp branch for compare commit | ||||
|     puts "Creating branch tmp_#{compare}" | ||||
|     git.branch("tmp_#{compare}").checkout | ||||
|     git.reset_hard(compare) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user