tools: make "bench" verbose like "quickbench"
This commit is contained in:
		
							parent
							
								
									698fbbb81f
								
							
						
					
					
						commit
						017251a46a
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -441,7 +441,7 @@ quickbench: samplejournals bench.tests tools/simplebench | |||||||
| # run simple performance benchmarks and archive results
 | # run simple performance benchmarks and archive results
 | ||||||
| # Requires some commands defined in bench.tests and some BENCHEXES defined above.
 | # Requires some commands defined in bench.tests and some BENCHEXES defined above.
 | ||||||
| bench: samplejournals bench.tests tools/simplebench | bench: samplejournals bench.tests tools/simplebench | ||||||
| 	tools/simplebench -fbench.tests $(BENCHEXES) | tee profs/$(TIME).bench | 	tools/simplebench -v -fbench.tests $(BENCHEXES) | tee profs/$(TIME).bench | ||||||
| 	@rm -f benchresults.* | 	@rm -f benchresults.* | ||||||
| 	@(cd profs; rm -f latest.bench; ln -s $(TIME).bench latest.bench) | 	@(cd profs; rm -f latest.bench; ln -s $(TIME).bench latest.bench) | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user