Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 3952ea7

Browse files
HemangChothanicrwilcox
authored andcommitted
fix(storage): call anonumous client method to remove dependency of google application credentials (#9455)
1 parent b767ca3 commit 3952ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/perf/benchwrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
if args.port is None:
2525
sys.exit("Usage: python3 main.py --port 8081")
2626

27-
client = storage.Client()
27+
client = storage.Client.create_anonymous_client()
2828

2929

3030
class StorageBenchWrapperServicer(storage_pb2_grpc.StorageBenchWrapperServicer):

0 commit comments

Comments
 (0)