-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Cache Throughput Benchmark - Peak Memory Usage (S3 Standard) (cus…
…tomSmallerIsBetter) benchmark result for 866ee1c
- Loading branch information
github-action-benchmark
committed
Jan 7, 2025
1 parent
60e7e2b
commit ae598d9
Showing
1 changed file
with
110 additions
and
110 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,117 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1736257475289, | ||
"lastUpdate": 1736271709638, | ||
"repoUrl": "https://github.com/awslabs/mountpoint-s3", | ||
"entries": { | ||
"Cache Throughput Benchmark - Peak Memory Usage (S3 Standard)": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Alessandro Passaro", | ||
"username": "passaro" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "7a675cd70380f27849458663f617035784bd7fe9", | ||
"message": "Update get_object_attributes test to account for default checksum (#1185)\n\nThe [improved support for object integrity\nchecks](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#using-additional-checksums)\nthat is being rolled out in Amazon S3 means that GetObjectAttributes\nreturns a `CRC-64NVME` object checksum even when no checksum was\nspecified when the object was uploaded.\n\nThis change removes the expectation of an empty checksum that was\ncausing a test failure in some regions.\n\n### Does this change impact existing behavior?\n\nNo.\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: Alessandro Passaro <[email protected]>", | ||
"timestamp": "2024-12-05T10:54:40Z", | ||
"tree_id": "ca9e6a33aad4186a5bfe2dd78cc439c603c764cb", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/7a675cd70380f27849458663f617035784bd7fe9" | ||
}, | ||
"date": 1733403272709, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "rand_read_4t_direct", | ||
"value": 3472.6796875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t_direct_small", | ||
"value": 334.4140625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t", | ||
"value": 3267.5390625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t_small", | ||
"value": 351.08203125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_direct", | ||
"value": 3256.328125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_direct_small", | ||
"value": 266.58203125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read", | ||
"value": 3251.88671875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_small", | ||
"value": 216.96875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t_direct", | ||
"value": 15338.64453125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t_direct_small", | ||
"value": 352.2421875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t", | ||
"value": 3080.4375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t_small", | ||
"value": 375.18359375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_direct", | ||
"value": 3217.74609375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_direct_small", | ||
"value": 227.171875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read", | ||
"value": 3353.234375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_skip_17m", | ||
"value": 11766.21484375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_small", | ||
"value": 231.2265625, | ||
"unit": "MiB" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -2182,6 +2073,115 @@ window.BENCHMARK_DATA = { | |
"unit": "MiB" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Daniel Carl Jones", | ||
"username": "dannycjones" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "866ee1c509ca513f0f41122a5f7153bf223ec259", | ||
"message": "Improve tracing and assertion messages for reftests (#1211)\n\nThis change adds some additional tracing to reftests and makes some\nadjustments to assertion messages to make it clearer why we assert what\nwe assert and would return a better message when things go wrong.\n\nThere are no significant changes, this is primarily readability and\ndebugging improvements.\n\n### Does this change impact existing behavior?\n\nNo change to behavior of Mountpoint or its libraries.\n\n### Does this change need a changelog entry?\n\nNo, no behavior change.\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": "2025-01-07T15:41:52Z", | ||
"tree_id": "b2b2f32cf333ef210f081af8c13eb7b7cd121d94", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/866ee1c509ca513f0f41122a5f7153bf223ec259" | ||
}, | ||
"date": 1736271709602, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "rand_read_4t_direct", | ||
"value": 3365.58984375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t_direct_small", | ||
"value": 333.3125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t", | ||
"value": 3271.81640625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t_small", | ||
"value": 352.96484375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_direct", | ||
"value": 3342.234375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_direct_small", | ||
"value": 263.2578125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read", | ||
"value": 3349.62890625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_small", | ||
"value": 229.50390625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t_direct", | ||
"value": 33232.83984375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t_direct_small", | ||
"value": 341.62890625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t", | ||
"value": 3444.55859375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t_small", | ||
"value": 368.9453125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_direct", | ||
"value": 3335.6875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_direct_small", | ||
"value": 217.4296875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read", | ||
"value": 3281.67578125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_skip_17m", | ||
"value": 3473.890625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_small", | ||
"value": 231.70703125, | ||
"unit": "MiB" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|