;make bench: fix on non-mac
This commit is contained in:
		
							parent
							
								
									6df8b6d46e
								
							
						
					
					
						commit
						f30cea32b9
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -648,7 +648,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):" | ||||||
| 	@which -s quickbench && quickbench -w $(BENCHEXES) || echo "quickbench not installed (see bench.sh), skipping" | 	@which quickbench >/dev/null && quickbench -w $(BENCHEXES) || echo "quickbench not installed (see bench.sh), 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