;make test, bench: ignore if quickbench not installed
This commit is contained in:
		
							parent
							
								
									9617d0dd81
								
							
						
					
					
						commit
						70f48bf50f
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -641,7 +641,7 @@ bench: quickbench | |||||||
| 
 | 
 | ||||||
| quickbench: samplejournals bench.sh $(call def-help,quickbench, benchmark commands in bench.sh with quickbench and $(BENCHEXES)) | quickbench: samplejournals bench.sh $(call def-help,quickbench, benchmark commands in bench.sh with quickbench and $(BENCHEXES)) | ||||||
| 	@echo; echo "run quick performance benchmarks in bench.sh (approximate, can be skewed):" | 	@echo; echo "run quick performance benchmarks in bench.sh (approximate, can be skewed):" | ||||||
| 	quickbench -w $(BENCHEXES)  # -v | 	@which -s quickbench && quickbench -w $(BENCHEXES) || echo "quickbench not installed, skipping" | ||||||
| 
 | 
 | ||||||
| # bench: samplejournals tests/bench.tests tools/simplebench \
 | # bench: samplejournals tests/bench.tests tools/simplebench \
 | ||||||
| # 	$(call def-help,bench,\
 | # 	$(call def-help,bench,\
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user