-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Throughput Benchmark (S3 Standard) (customBiggerIsBetter) benchma…
…rk result for 4284e64
- Loading branch information
github-action-benchmark
committed
Jan 3, 2025
1 parent
12a8e3b
commit e854133
Showing
1 changed file
with
135 additions
and
135 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,140 +1,6 @@ | ||
window.BENCHMARK_DATA = { | ||
"entries": { | ||
"Throughput Benchmark (S3 Standard)": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Daniel Carl Jones", | ||
"username": "dannycjones" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ff191c1159e7d32b9fdeb2b0f0ca84628958c60a", | ||
"message": "Fix warnings for test struct variant not used (#1151)\n\nThis addresses the only build warning we have in Mountpoint's own\ncrates. The remaining build warnings come from the fuser forked crate,\nwhich we plan to address through an upstream contribution.\n\n### Does this change impact existing behavior?\n\nNo, avoids import of unused code in a test only.\n\n### Does this change need a changelog entry?\n\nNo.\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\nSigned-off-by: Daniel Carl Jones <[email protected]>", | ||
"timestamp": "2024-11-21T15:05:50Z", | ||
"tree_id": "b622a43ba2266970019ee419fe25ee45d32db6f1", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/ff191c1159e7d32b9fdeb2b0f0ca84628958c60a" | ||
}, | ||
"date": 1733231279410, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "sequential_read,sequential_write_four_threads", | ||
"value": 4871.83291015625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_two_threads,sequential_write_two_threads", | ||
"value": 4401.69287109375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads,sequential_write", | ||
"value": 5678.6677734375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_direct_io", | ||
"value": 10.41669921875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_direct_io_small_file", | ||
"value": 48.28779296875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads", | ||
"value": 10.02744140625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_small_file", | ||
"value": 45.716796875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io", | ||
"value": 2.925390625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io_small_file", | ||
"value": 12.28935546875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read", | ||
"value": 2.60791015625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_small_file", | ||
"value": 11.797265625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io", | ||
"value": 5848.60576171875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io_small_file", | ||
"value": 254.8013671875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads", | ||
"value": 4987.071484375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_small_file", | ||
"value": 253.0998046875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io", | ||
"value": 1893.74775390625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io_small_file", | ||
"value": 63.30380859375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read", | ||
"value": 1674.48623046875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "seq_read_skip_17m", | ||
"value": 1259.9265625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_small_file", | ||
"value": 63.330078125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write_direct_io", | ||
"value": 1616.47861328125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write", | ||
"value": 985.24111328125, | ||
"unit": "MiB/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -2680,9 +2546,143 @@ window.BENCHMARK_DATA = { | |
"unit": "MiB/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Volodkin Vladislav", | ||
"username": "vladem" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "4284e644b78d9d35124feb7e3a81adbed1609c91", | ||
"message": "Store the name of a mounted bucket in block's metadata (#1208)\n\nThe field `x-amz-meta-source-bucket-name` of the cache block was\nintended to store the name of the mounted bucket (source bucket).\nCurrently it stores the name of the cache bucket.\n\n### Does this change impact existing behavior?\n\nYes, we update the version of the block schema. All blocks written with\nprevious versions of Mountpoint won't be accessible (attempts will be\ncache misses).\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: Vlad Volodkin <[email protected]>\nSigned-off-by: Volodkin Vladislav <[email protected]>\nCo-authored-by: Vlad Volodkin <[email protected]>\nCo-authored-by: Alessandro Passaro <[email protected]>", | ||
"timestamp": "2025-01-03T16:12:07Z", | ||
"tree_id": "fa59588b62b86b10009fa7c474cc3d114651d0b1", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/4284e644b78d9d35124feb7e3a81adbed1609c91" | ||
}, | ||
"date": 1735928974802, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "sequential_read,sequential_write_four_threads", | ||
"value": 4996.511328125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_two_threads,sequential_write_two_threads", | ||
"value": 4481.40068359375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads,sequential_write", | ||
"value": 5685.0888671875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_direct_io", | ||
"value": 12.82109375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_direct_io_small_file", | ||
"value": 48.9400390625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads", | ||
"value": 12.32138671875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_small_file", | ||
"value": 47.1064453125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io", | ||
"value": 2.7404296875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io_small_file", | ||
"value": 12.4173828125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read", | ||
"value": 2.92529296875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_small_file", | ||
"value": 11.71865234375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io", | ||
"value": 5815.21513671875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io_small_file", | ||
"value": 257.85009765625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads", | ||
"value": 5013.603515625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_small_file", | ||
"value": 256.23203125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io", | ||
"value": 2009.02001953125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io_small_file", | ||
"value": 63.04248046875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read", | ||
"value": 1433.77998046875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "seq_read_skip_17m", | ||
"value": 1351.1919921875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_small_file", | ||
"value": 64.44091796875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write_direct_io", | ||
"value": 1845.82998046875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write", | ||
"value": 1074.8892578125, | ||
"unit": "MiB/s" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"lastUpdate": 1734721895142, | ||
"lastUpdate": 1735928975441, | ||
"repoUrl": "https://github.com/awslabs/mountpoint-s3" | ||
} |