-
Notifications
You must be signed in to change notification settings - Fork 184
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 - Peak Memory Usage (S3 Express One Zone) (c…
…ustomSmallerIsBetter) benchmark result for 1e30bff
- Loading branch information
github-action-benchmark
committed
Nov 18, 2024
1 parent
88b7ac9
commit 78d8d31
Showing
1 changed file
with
135 additions
and
120 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,127 +1,8 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1731940093042, | ||
"lastUpdate": 1731940838416, | ||
"repoUrl": "https://github.com/awslabs/mountpoint-s3", | ||
"entries": { | ||
"Throughput Benchmark - Peak Memory Usage (S3 Express One Zone)": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Daniel Carl Jones", | ||
"username": "dannycjones" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0faeac4f7a4e8c7378ad00ab22f021a347069aa6", | ||
"message": "Add GitHub runner architecture to CI cache key (#1110)\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\nThis change adds the architecture of the runner to the cache key. In a\nprevious change where we upgraded macOS runners from macOS 12 to macOS\n15, the architecture changed however the cache was not invalidated.\n\nLikely we should find a way to key the cache on the actual operating\nsystem version used however there doesn't seem to be an obvious way to\ndo that right now. This quick fix should at least protect us from\narchitecture changes (which macOS runners do have, but I understand its\nonly for larger runners at this time).\n\nRelevant issues: #1097\n\n## Does this change impact existing behavior?\n\nNo, only CI change.\n\n## Does this change need a changelog entry in any of the crates?\n\nNo, only CI 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": "2024-11-07T10:33:22Z", | ||
"tree_id": "ebd89a8ffd256c498bb1a40f7fb715bc7f630360", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/0faeac4f7a4e8c7378ad00ab22f021a347069aa6" | ||
}, | ||
"date": 1730982512719, | ||
"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" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -2457,6 +2338,140 @@ window.BENCHMARK_DATA = { | |
"unit": "MiB" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Volodkin Vladislav", | ||
"username": "vladem" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "1e30bff37aa35be2e54e06a0bc92f7a684414bc8", | ||
"message": "Update user-agent on express cache usage (#1122)\n\n## Description of change\n\nAdd `mp-cache-express` to the user agent when caching in express is\nenabled.\n\nRelevant issues: N/A\n\n## Does this change impact existing behavior?\n\nNo.\n\n## Does this change need a changelog entry in any of the crates?\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\n---------\n\nSigned-off-by: Vlad Volodkin <[email protected]>\nCo-authored-by: Vlad Volodkin <[email protected]>", | ||
"timestamp": "2024-11-18T12:27:52Z", | ||
"tree_id": "aac263066f2f280609c1413e05ad01a64b2ec469", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/1e30bff37aa35be2e54e06a0bc92f7a684414bc8" | ||
}, | ||
"date": 1731940838377, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "mix_1r4w", | ||
"value": 15806.3203125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "mix_2r2w", | ||
"value": 26795.80078125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "mix_4r1w", | ||
"value": 38690.28125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t_direct", | ||
"value": 152.87109375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t_direct_small", | ||
"value": 402.94140625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t", | ||
"value": 207.875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_4t_small", | ||
"value": 412.4609375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_direct", | ||
"value": 82.98828125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_direct_small", | ||
"value": 322.6484375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read", | ||
"value": 83.58984375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "rand_read_small", | ||
"value": 316.24609375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t_direct", | ||
"value": 34105.73828125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t_direct_small", | ||
"value": 401.0859375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t", | ||
"value": 35142.0390625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_4t_small", | ||
"value": 393.3203125, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_direct", | ||
"value": 11297.38671875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_direct_small", | ||
"value": 265.421875, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read", | ||
"value": 13659.62890625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_skip_17m", | ||
"value": 12010.234375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_read_small", | ||
"value": 264.0859375, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_write_direct", | ||
"value": 405.015625, | ||
"unit": "MiB" | ||
}, | ||
{ | ||
"name": "seq_write", | ||
"value": 237.59765625, | ||
"unit": "MiB" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|