;make functest: bump threads from 16 to 64
Runs them faster on machines with more cores (eg 22s -> 15s), should be harmless elsewhere.
This commit is contained in:
		
							parent
							
								
									fa5c270074
								
							
						
					
					
						commit
						765ab0772e
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -94,7 +94,7 @@ STACK ?= stack | |||||||
| # --threads=16 sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" but seems harmless
 | # --threads=16 sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" but seems harmless
 | ||||||
| # --timeout=N is not much use here - can be defeated by multiple threads, unoptimised builds, 
 | # --timeout=N is not much use here - can be defeated by multiple threads, unoptimised builds, 
 | ||||||
| # slow hackage index or compiler setup on first build, etc.
 | # slow hackage index or compiler setup on first build, etc.
 | ||||||
| SHELLTESTOPTS=--execdir --threads=16 --exclude=/_ | SHELLTESTOPTS=--execdir --threads=64 --exclude=/_ | ||||||
| 
 | 
 | ||||||
| # make sure shelltest is a released version of shelltestrunner
 | # make sure shelltest is a released version of shelltestrunner
 | ||||||
| # run shell tests using the executable specified in tests
 | # run shell tests using the executable specified in tests
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user