Skip to content

Commit

Permalink
Change payload file path
Browse files Browse the repository at this point in the history
Without this change, when running simultaneously, the size of the objects being written may be incorrect.

Signed-off-by: EESergey <[email protected]>
  • Loading branch information
EESergey authored Jul 29, 2024
1 parent 0d3cabc commit 68005c1
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 68005c1

Please sign in to comment.