Skip to content

Commit

Permalink
add Cache Throughput Benchmark - Peak Memory Usage (S3 Standard) (cus…
Browse files Browse the repository at this point in the history
…tomSmallerIsBetter) benchmark result for ace3093
  • Loading branch information
github-action-benchmark committed Jan 16, 2025
1 parent 427a4ce commit d6523dc
Showing 1 changed file with 110 additions and 110 deletions.
220 changes: 110 additions & 110 deletions dev/cache_bench/peak_mem_usage/data.js
Original file line number Diff line number Diff line change
@@ -1,117 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1736943910844,
"lastUpdate": 1737040255396,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"entries": {
"Cache Throughput Benchmark - Peak Memory Usage (S3 Standard)": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Monthon Klongklaew",
"username": "monthonk"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "d5b36e8ff116a3f02be6c37c1112f7793b162430",
"message": "Improve get_object interface for backpressure (#1200)\n\nCurrently, we support flow-control window for GetObject requests by\nallowing applications to call `GetObjectResponse::increment_read_window`\nbut it is tricky to use because we need to hold onto the stream itself\nin order to control the feedback loop while also consuming the data.\n\nThis change introduces a new trait `ClientBackpressureHandle` for\ncontrolling the read window so that the stream and the flow-control\npaths are decoupled.\n\nApplications can now call `GetObjectResponse::take_backpressure_handle`\nto get a backpressure handle from the response and use this handle to\nextend the read window.\n\n### Does this change impact existing behavior?\n\nYes, there is a breaking change for `mountpoint-s3-client`.\n\n### Does this change need a changelog entry?\n\nYes, for `mountpoint-s3-client`.\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: Monthon Klongklaew <[email protected]>",
"timestamp": "2024-12-17T14:03:09Z",
"tree_id": "02f6ff16f04c91b79e790bfc1e5a804f3fe763aa",
"url": "https://github.com/awslabs/mountpoint-s3/commit/d5b36e8ff116a3f02be6c37c1112f7793b162430"
},
"date": 1734452034976,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "rand_read_4t_direct",
"value": 3196.3671875,
"unit": "MiB"
},
{
"name": "rand_read_4t_direct_small",
"value": 322.41796875,
"unit": "MiB"
},
{
"name": "rand_read_4t",
"value": 3483.453125,
"unit": "MiB"
},
{
"name": "rand_read_4t_small",
"value": 343.0234375,
"unit": "MiB"
},
{
"name": "rand_read_direct",
"value": 3312.8671875,
"unit": "MiB"
},
{
"name": "rand_read_direct_small",
"value": 270.53125,
"unit": "MiB"
},
{
"name": "rand_read",
"value": 3136.16796875,
"unit": "MiB"
},
{
"name": "rand_read_small",
"value": 227.96484375,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct",
"value": 20179.77734375,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct_small",
"value": 339.52734375,
"unit": "MiB"
},
{
"name": "seq_read_4t",
"value": 3326.75390625,
"unit": "MiB"
},
{
"name": "seq_read_4t_small",
"value": 377.98046875,
"unit": "MiB"
},
{
"name": "seq_read_direct",
"value": 3351.765625,
"unit": "MiB"
},
{
"name": "seq_read_direct_small",
"value": 211.2890625,
"unit": "MiB"
},
{
"name": "seq_read",
"value": 3479.21875,
"unit": "MiB"
},
{
"name": "seq_read_skip_17m",
"value": 10978.8671875,
"unit": "MiB"
},
{
"name": "seq_read_small",
"value": 210.1796875,
"unit": "MiB"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -2182,6 +2073,115 @@ window.BENCHMARK_DATA = {
"unit": "MiB"
}
]
},
{
"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": 1737040255355,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "rand_read_4t_direct",
"value": 3339.8046875,
"unit": "MiB"
},
{
"name": "rand_read_4t_direct_small",
"value": 326.1484375,
"unit": "MiB"
},
{
"name": "rand_read_4t",
"value": 3261.97265625,
"unit": "MiB"
},
{
"name": "rand_read_4t_small",
"value": 350.51953125,
"unit": "MiB"
},
{
"name": "rand_read_direct",
"value": 3061.28515625,
"unit": "MiB"
},
{
"name": "rand_read_direct_small",
"value": 266.63671875,
"unit": "MiB"
},
{
"name": "rand_read",
"value": 3174.140625,
"unit": "MiB"
},
{
"name": "rand_read_small",
"value": 226.70703125,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct",
"value": 28164.19140625,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct_small",
"value": 339.6953125,
"unit": "MiB"
},
{
"name": "seq_read_4t",
"value": 3351.359375,
"unit": "MiB"
},
{
"name": "seq_read_4t_small",
"value": 369.78515625,
"unit": "MiB"
},
{
"name": "seq_read_direct",
"value": 3349.3046875,
"unit": "MiB"
},
{
"name": "seq_read_direct_small",
"value": 221.015625,
"unit": "MiB"
},
{
"name": "seq_read",
"value": 3318.578125,
"unit": "MiB"
},
{
"name": "seq_read_skip_17m",
"value": 3522.98828125,
"unit": "MiB"
},
{
"name": "seq_read_small",
"value": 227.0859375,
"unit": "MiB"
}
]
}
]
}
Expand Down

0 comments on commit d6523dc

Please sign in to comment.