|  | @@ -40,7 +40,8 @@ tools/run_tests/run_performance_tests.py \
 | 
	
		
			
				|  |  |      --netperf \
 | 
	
		
			
				|  |  |      --category all \
 | 
	
		
			
				|  |  |      --bq_result_table performance_test.performance_experiment \
 | 
	
		
			
				|  |  | -    --remote_worker_host grpc-performance-server-8core grpc-performance-client-8core
 | 
	
		
			
				|  |  | +    --remote_worker_host grpc-performance-server-8core grpc-performance-client-8core \
 | 
	
		
			
				|  |  | +    || EXIT_CODE=1
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # scalability with 32cores (and upload to a different BQ table)
 | 
	
		
			
				|  |  |  tools/run_tests/run_performance_tests.py \
 | 
	
	
		
			
				|  | @@ -48,5 +49,8 @@ tools/run_tests/run_performance_tests.py \
 | 
	
		
			
				|  |  |      --netperf \
 | 
	
		
			
				|  |  |      --category scalable \
 | 
	
		
			
				|  |  |      --bq_result_table performance_test.performance_experiment_32core
 | 
	
		
			
				|  |  | -    --remote_worker_host grpc-performance-server-32core grpc-performance-client-32core
 | 
	
		
			
				|  |  | +    --remote_worker_host grpc-performance-server-32core grpc-performance-client-32core \
 | 
	
		
			
				|  |  | +    || EXIT_CODE=1
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +exit $EXIT_CODE
 | 
	
		
			
				|  |  |  
 |