The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
396 B

while [ true ]
do
python run_auth_test.py ../../../bins/opt/async_streaming_ping_pong_test sidrakesh@google.com
python run_auth_test.py ../../../bins/opt/async_unary_ping_pong_test sidrakesh@google.com
python run_auth_test.py ../../../bins/opt/sync_streaming_ping_pong_test sidrakesh@google.com
python run_auth_test.py ../../../bins/opt/sync_unary_ping_pong_test sidrakesh@google.com
done