Skip to content

Commit

Permalink
Update preset_grpc.py
Browse files Browse the repository at this point in the history
Fixing problem with parallel launches.

Signed-off-by: EESergey <s.eremenko@nspcc.io>
  • Loading branch information
EESergey authored Jul 22, 2024
1 parent 146142d commit a29103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/preset/preset_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
def main():
container_list = []
objects_struct = []
payload_filepath = '/tmp/data_file'
payload_filepath = '/tmp/data_file_' + args.size + 'k'

endpoints = args.endpoint.split(',')

Expand Down

0 comments on commit a29103e

Please sign in to comment.