Skip to content

Commit

Permalink
add Throughput Benchmark (S3 Express One Zone) (customBiggerIsBetter)…
Browse files Browse the repository at this point in the history
… benchmark result for ace3093
  • Loading branch information
github-action-benchmark committed Jan 16, 2025
1 parent d6523dc commit dda1c0b
Showing 1 changed file with 135 additions and 135 deletions.
270 changes: 135 additions & 135 deletions dev/s3-express/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,142 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1736883090959,
"lastUpdate": 1737041110921,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"entries": {
"Throughput Benchmark (S3 Express One Zone)": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Volodkin Vladislav",
"username": "vladem"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "441a5025600604e8bcf38ef991f200436f5148ff",
"message": "Allow partial repeat of `readdir` response (#965)\n\n## Description of change\nWhen user application gets interrupted in a `readdir` syscall the\nunderlying chain of `readdir` fuse requests gets reset to an offset\nwhich is considered stale by Mountpoint. In that case Mountpoint still\ncompletes the interrupted `readdir` request, but kernel partially\ndiscards the response. We already cache the last response, so we can use\nit to serve the request which follows the interrupt.\n\nRelevant issues: https://github.com/awslabs/mountpoint-s3/issues/955\n\n## Does this change impact existing behavior?\n\nThis is not a breaking change. Previously an error was returned, now\nit'll be handled properly.\n\n---\n\nBy submitting this pull request, I confirm that my contribution is made\nunder the terms of the Apache 2.0 license and I agree to the terms of\nthe [Developer Certificate of Origin\n(DCO)](https://developercertificate.org/).\n\n---------\n\nSigned-off-by: Vladislav Volodkin <[email protected]>\nSigned-off-by: Vlad Volodkin <[email protected]>\nCo-authored-by: Vladislav Volodkin <[email protected]>\nCo-authored-by: Vlad Volodkin <[email protected]>",
"timestamp": "2024-12-10T17:03:49Z",
"tree_id": "6c94fffcbf7a1071bef1b3ce6ba35f0a5bb6a611",
"url": "https://github.com/awslabs/mountpoint-s3/commit/441a5025600604e8bcf38ef991f200436f5148ff"
},
"date": 1733858132557,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "sequential_read,sequential_write_four_threads",
"value": 5248.42119140625,
"unit": "MiB/s"
},
{
"name": "sequential_read_two_threads,sequential_write_two_threads",
"value": 4615.1228515625,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads,sequential_write",
"value": 5895.7408203125,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_direct_io",
"value": 104.67294921875,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_direct_io_small_file",
"value": 144.651953125,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads",
"value": 97.64130859375,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_small_file",
"value": 132.85966796875,
"unit": "MiB/s"
},
{
"name": "random_read_direct_io",
"value": 25.51953125,
"unit": "MiB/s"
},
{
"name": "random_read_direct_io_small_file",
"value": 35.12734375,
"unit": "MiB/s"
},
{
"name": "random_read",
"value": 23.98857421875,
"unit": "MiB/s"
},
{
"name": "random_read_small_file",
"value": 33.26533203125,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_direct_io",
"value": 6139.74951171875,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_direct_io_small_file",
"value": 521.24033203125,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads",
"value": 5175.92626953125,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_small_file",
"value": 518.61640625,
"unit": "MiB/s"
},
{
"name": "sequential_read_direct_io",
"value": 1960.567578125,
"unit": "MiB/s"
},
{
"name": "sequential_read_direct_io_small_file",
"value": 124.12275390625,
"unit": "MiB/s"
},
{
"name": "sequential_read",
"value": 1478.98935546875,
"unit": "MiB/s"
},
{
"name": "seq_read_skip_17m",
"value": 1362.9189453125,
"unit": "MiB/s"
},
{
"name": "sequential_read_small_file",
"value": 127.85029296875,
"unit": "MiB/s"
},
{
"name": "sequential_write_direct_io",
"value": 1917.5580078125,
"unit": "MiB/s"
},
{
"name": "sequential_write",
"value": 1123.27548828125,
"unit": "MiB/s"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -2682,6 +2548,140 @@ window.BENCHMARK_DATA = {
"unit": "MiB/s"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Isaev Ilya",
"username": "IsaevIlya"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ace3093f899257dfd1b9c074b75883749595429c",
"message": "Add source uri to headers for COPY request (#1228)\n\nThis changes is to address gap in supporting buckets with dots in the\nname for COPY requests.\nFirst encountered in s3-torch-connector\nhttps://github.com/awslabs/s3-connector-for-pytorch/issues/295\n\n### Does this change impact existing behavior?\n\nNo\n\n### Does this change need a changelog entry?\n\nYes\n\n---\n\nBy submitting this pull request, I confirm that my contribution is made\nunder the terms of the Apache 2.0 license and I agree to the terms of\nthe [Developer Certificate of Origin\n(DCO)](https://developercertificate.org/).\n\n---------\n\nSigned-off-by: Ilya Isaev <[email protected]>\nSigned-off-by: Isaev Ilya <[email protected]>\nCo-authored-by: Ilya Isaev <[email protected]>\nCo-authored-by: Alessandro Passaro <[email protected]>",
"timestamp": "2025-01-16T13:11:30Z",
"tree_id": "e29fd95b60737addbbdc3eb51e8326e96c17fbfe",
"url": "https://github.com/awslabs/mountpoint-s3/commit/ace3093f899257dfd1b9c074b75883749595429c"
},
"date": 1737041110152,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "sequential_read,sequential_write_four_threads",
"value": 5212.14462890625,
"unit": "MiB/s"
},
{
"name": "sequential_read_two_threads,sequential_write_two_threads",
"value": 4677.29560546875,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads,sequential_write",
"value": 5779.94892578125,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_direct_io",
"value": 102.06103515625,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_direct_io_small_file",
"value": 140.48779296875,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads",
"value": 93.9390625,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_small_file",
"value": 127.6224609375,
"unit": "MiB/s"
},
{
"name": "random_read_direct_io",
"value": 24.9662109375,
"unit": "MiB/s"
},
{
"name": "random_read_direct_io_small_file",
"value": 34.42763671875,
"unit": "MiB/s"
},
{
"name": "random_read",
"value": 23.7962890625,
"unit": "MiB/s"
},
{
"name": "random_read_small_file",
"value": 32.17021484375,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_direct_io",
"value": 6022.91328125,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_direct_io_small_file",
"value": 516.01396484375,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads",
"value": 5195.41220703125,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_small_file",
"value": 511.13984375,
"unit": "MiB/s"
},
{
"name": "sequential_read_direct_io",
"value": 1779.81845703125,
"unit": "MiB/s"
},
{
"name": "sequential_read_direct_io_small_file",
"value": 124.79638671875,
"unit": "MiB/s"
},
{
"name": "sequential_read",
"value": 1394.93330078125,
"unit": "MiB/s"
},
{
"name": "seq_read_skip_17m",
"value": 1287.366015625,
"unit": "MiB/s"
},
{
"name": "sequential_read_small_file",
"value": 125.77666015625,
"unit": "MiB/s"
},
{
"name": "sequential_write_direct_io",
"value": 1492.9404296875,
"unit": "MiB/s"
},
{
"name": "sequential_write",
"value": 1063.76982421875,
"unit": "MiB/s"
}
]
}
]
}
Expand Down

0 comments on commit dda1c0b

Please sign in to comment.