-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create new latency benchmark for writing of one-byte files (#1190)
Creates a new latency benchmark for writing of one-byte files. Also creates a folder for writing latency benchmarks and extends the `fs_latency_bench.sh` script to handle multiple folders. ### Does this change impact existing behavior? No ### Does this change need a changelog entry? No --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). --------- Signed-off-by: Renan Magagnin <[email protected]>
- Loading branch information
1 parent
9d1196d
commit eecf301
Showing
2 changed files
with
77 additions
and
57 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
mountpoint-s3/scripts/fio/write_latency/time_to_write_one_byte_file.fio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[global] | ||
name=fs_bench | ||
bs=1B | ||
|
||
[time_to_write_one_byte_file] | ||
size=1B | ||
rw=write | ||
ioengine=sync | ||
fallocate=none | ||
create_on_open=1 | ||
fsync_on_close=1 | ||
unlink=1 | ||
unlink_each_loop=1 | ||
loops=10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eecf301
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Throughput Benchmark (S3 Standard)'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.sequential_read
595.602734375
MiB/s1351.33427734375
MiB/s2.27
This comment was automatically generated by workflow using github-action-benchmark.
eecf301
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Throughput Benchmark (S3 Standard)'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.sequential_read
620.44560546875
MiB/s1351.33427734375
MiB/s2.18
This comment was automatically generated by workflow using github-action-benchmark.