We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932a03e commit 8cb0295Copy full SHA for 8cb0295
1 file changed
scripts/ci/run-benchmark
@@ -28,6 +28,10 @@ def generate_run_id():
28
29
30
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.
35
many_files_dir = os.path.join(WORKDIR, MANY_FILES_DIR)
36
if not os.path.exists(many_files_dir):
37
os.makedirs(many_files_dir)
0 commit comments