Skip to content

Commit

Permalink
add Throughput Benchmark - Peak Memory Usage (S3 Express One Zone) (c…
Browse files Browse the repository at this point in the history
…ustomSmallerIsBetter) benchmark result for b644b7e
  • Loading branch information
github-action-benchmark committed Nov 11, 2024
1 parent 7ac5b6b commit 969b347
Showing 1 changed file with 122 additions and 1 deletion.
123 changes: 122 additions & 1 deletion dev/s3-express/bench/peak_mem_usage/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1730828058816,
"lastUpdate": 1731339289322,
"repoUrl": "https://github.com/monthonk/mountpoint-s3",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2026,6 +2026,127 @@ window.BENCHMARK_DATA = {
}
]
}
],
"Throughput Benchmark - Peak Memory Usage (S3 Express One Zone)": [
{
"commit": {
"author": {
"email": "5381483+muddyfish@users.noreply.github.com",
"name": "Simon Beal",
"username": "muddyfish"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "b644b7e58d06c37427fb9cb5ea5453614806f5e3",
"message": "Refactor `ObjectClient.get_object` to use an `GetObjectParams` parameter (#1121)\n\n<!--\nThe title and description of pull requests will be used when creating a\nsquash commit to the base branch (usually `main`).\nPlease keep them both up-to-date as the code change evolves, to ensure\nthat the commit message is useful for future readers.\n-->\n\n## Description of change\n\nRefactor `ObjectClient.get_object` to use an `&GetObjectParams`\nparameter.\n\nMigrates the two existing parameters, `range` and `if_match` to\n`GetObjectParams` and changes all call sites.\n\n<!--\n Please describe your contribution here.\n What is the change and why are you making it?\n-->\n\nRelevant issues: N/A\n\n## Does this change impact existing behavior?\n\nNo\n\n<!-- Please confirm there's no breaking change, or call our any behavior\nchanges you think are necessary. -->\n\n## Does this change need a changelog entry in any of the crates?\n\nYes. Breaking change in mountpoint-s3-client. \n\n<!--\n Please confirm yes or no.\n If no, add justification. If unsure, ask a reviewer.\n\n You can find the changelog for each crate here:\n-\nhttps://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3/CHANGELOG.md\n-\nhttps://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3-client/CHANGELOG.md\n-\nhttps://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3-crt/CHANGELOG.md\n-\nhttps://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3-crt-sys/CHANGELOG.md\n-->\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: Simon Beal <simobeal@amazon.com>",
"timestamp": "2024-11-11T00:02:13Z",
"tree_id": "475a0f75b91d3155a61eb67dd3c7160b92e275d3",
"url": "https://github.com/monthonk/mountpoint-s3/commit/b644b7e58d06c37427fb9cb5ea5453614806f5e3"
},
"date": 1731339289286,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "rand_read_4t_direct",
"value": 0,
"unit": "MiB"
},
{
"name": "rand_read_4t_direct_small",
"value": 0,
"unit": "MiB"
},
{
"name": "rand_read_4t",
"value": 0,
"unit": "MiB"
},
{
"name": "rand_read_4t_small",
"value": 0,
"unit": "MiB"
},
{
"name": "rand_read_direct",
"value": 0,
"unit": "MiB"
},
{
"name": "rand_read_direct_small",
"value": 0,
"unit": "MiB"
},
{
"name": "rand_read",
"value": 0,
"unit": "MiB"
},
{
"name": "rand_read_small",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct_small",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_read_4t",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_read_4t_small",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_read_direct",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_read_direct_small",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_read",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_read_skip_17m",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_read_small",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_write_direct",
"value": 0,
"unit": "MiB"
},
{
"name": "seq_write",
"value": 0,
"unit": "MiB"
}
]
}
]
}
}

0 comments on commit 969b347

Please sign in to comment.