From fa20a26234a485999f73272337a6d6525aab9dee Mon Sep 17 00:00:00 2001 From: Ankit Saurabh Date: Thu, 22 Feb 2024 09:44:13 +0000 Subject: [PATCH] added 20 threads for creating files for S3 express benchmark (#776) * Added S3 express benchmark Signed-off-by: Ankit Saurabh * Made the output file for benchmark result same for S3 express and standard S3 Signed-off-by: Ankit Saurabh * Adding create only instead on create on open as it is failing Signed-off-by: Ankit Saurabh * Added threads for file creation fio job Signed-off-by: Ankit Saurabh * Added 20 threads to create 100000 files Signed-off-by: Ankit Saurabh --------- Signed-off-by: Ankit Saurabh --- .../scripts/fio/create/create_files_100000.fio | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mountpoint-s3/scripts/fio/create/create_files_100000.fio b/mountpoint-s3/scripts/fio/create/create_files_100000.fio index 11c9107f8..5ee0da6fd 100644 --- a/mountpoint-s3/scripts/fio/create/create_files_100000.fio +++ b/mountpoint-s3/scripts/fio/create/create_files_100000.fio @@ -1,6 +1,6 @@ [global] create_only=1 -nrfiles=10000 +nrfiles=5000 ioengine=filecreate fallocate=none filesize=4k @@ -16,3 +16,13 @@ openfiles=1 [t7] [t8] [t9] +[t10] +[t11] +[t12] +[t13] +[t14] +[t15] +[t16] +[t17] +[t18] +[t19] \ No newline at end of file