Skip to content

Commit 8cb0295

Browse files
committed
Add TODO note about recreating these files
1 parent 932a03e commit 8cb0295

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/ci/run-benchmark

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ def generate_run_id():
2828

2929

3030
def initialize_files(num_files, file_size):
31+
# TODO: We probably need to recreate these files each time.
32+
# Because you can specify --num-files and --large-file-size
33+
# those arguments can be potentially ignored if you've run
34+
# this previously with different values.
3135
many_files_dir = os.path.join(WORKDIR, MANY_FILES_DIR)
3236
if not os.path.exists(many_files_dir):
3337
os.makedirs(many_files_dir)

0 commit comments

Comments
 (0)