Skip to content

Commit

Permalink
added 20 threads for creating files for S3 express benchmark (#776)
Browse files Browse the repository at this point in the history
* Added S3 express benchmark

Signed-off-by: Ankit Saurabh <[email protected]>

* Made the output file for benchmark result same for S3 express and standard S3

Signed-off-by: Ankit Saurabh <[email protected]>

* Adding create only instead on create on open as it is failing

Signed-off-by: Ankit Saurabh <[email protected]>

* Added threads for file creation fio job

Signed-off-by: Ankit Saurabh <[email protected]>

* Added 20 threads to create 100000 files

Signed-off-by: Ankit Saurabh <[email protected]>

---------

Signed-off-by: Ankit Saurabh <[email protected]>
  • Loading branch information
Ankit Saurabh authored Feb 22, 2024
1 parent efa090f commit fa20a26
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion mountpoint-s3/scripts/fio/create/create_files_100000.fio
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[global]
create_only=1
nrfiles=10000
nrfiles=5000
ioengine=filecreate
fallocate=none
filesize=4k
Expand All @@ -16,3 +16,13 @@ openfiles=1
[t7]
[t8]
[t9]
[t10]
[t11]
[t12]
[t13]
[t14]
[t15]
[t16]
[t17]
[t18]
[t19]

0 comments on commit fa20a26

Please sign in to comment.