Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 13, 2024
1 parent 95ce181 commit 11e0ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runners/s3-benchrunner-rust/src/transfer_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ impl TransferManagerRunner {
.unwrap()
};
let random_data_for_upload: Bytes = {
// TODO: More efficient way to generate random buffer
let mut data = Vec::new();
data.resize_with(upload_data_size, rand::random::<u8>);
data.into()
Expand Down

0 comments on commit 11e0ddf

Please sign in to comment.