Skip to content

Commit

Permalink
add Latency Benchmark (S3 Standard) (customSmallerIsBetter) benchmark…
Browse files Browse the repository at this point in the history
… result for f09ac0c
  • Loading branch information
github-action-benchmark committed Dec 17, 2024
1 parent cb213a1 commit 194c440
Showing 1 changed file with 60 additions and 55 deletions.
115 changes: 60 additions & 55 deletions dev/latency_bench/data.js
Original file line number Diff line number Diff line change
@@ -1,62 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1733912441244,
"lastUpdate": 1734445710653,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"entries": {
"Latency Benchmark (S3 Standard)": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Christian Hagemeier",
"username": "c-hagem"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "896a10bb9c6c70d6928c19d04f4bd4168b289cd8",
"message": "Fix flaky write_with_sse_kms_key_id_ok test (#1140)\n\nFixes the flakiness of write_with_sse_kms_key_id_ok test, which was\ncaused by not properly unmounting and dropping child.\n\nThis is not a breaking change; no changelog entry required (as this just\nfixes a test).\n\n\nBefore this change, this test fails in ~10 out of 100 runs, after this\nchange it fails 0 times out of 100 runs.\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\nSigned-off-by: Christian Hagemeier <[email protected]>",
"timestamp": "2024-11-26T14:37:17Z",
"tree_id": "0d9a1126b207277215874e303deb01a097575a2b",
"url": "https://github.com/awslabs/mountpoint-s3/commit/896a10bb9c6c70d6928c19d04f4bd4168b289cd8"
},
"date": 1732633380292,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "readdir_100",
"value": 0.052,
"unit": "seconds"
},
{
"name": "readdir_1000",
"value": 0.14,
"unit": "seconds"
},
{
"name": "readdir_10000",
"value": 0.878,
"unit": "seconds"
},
{
"name": "readdir_100000",
"value": 8.868,
"unit": "seconds"
},
{
"name": "time_to_first_byte_read",
"value": 16.2773512,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read_small_file",
"value": 20.4170206,
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -1087,6 +1033,65 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Daniel Carl Jones",
"username": "dannycjones"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "f09ac0c765ebfce6fa71a01caf3e3534f1d71e59",
"message": "Remove workaround for macOS builds due to pkg-config issues (#1202)\n\nIn November, macOS runners had an issue with the `pkg-config` package\nand we introduced a workaround:\nhttps://github.com/awslabs/mountpoint-s3/pull/1158/\n\nWe see now that the fix has been released and we should no longer need\nthe workaround: https://github.com/actions/runner-images/issues/10984.\n\n### Does this change impact existing behavior?\n\nNo, CI change 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-12-17T14:01:36Z",
"tree_id": "6d86e38850362a6cc19e08263594a8736389406b",
"url": "https://github.com/awslabs/mountpoint-s3/commit/f09ac0c765ebfce6fa71a01caf3e3534f1d71e59"
},
"date": 1734445709982,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "readdir_100",
"value": 0.058,
"unit": "seconds"
},
{
"name": "readdir_1000",
"value": 0.14,
"unit": "seconds"
},
{
"name": "readdir_10000",
"value": 0.926,
"unit": "seconds"
},
{
"name": "readdir_100000",
"value": 8.462,
"unit": "seconds"
},
{
"name": "time_to_write_one_byte_file",
"value": 23.4819935,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read",
"value": 20.079004100000002,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read_small_file",
"value": 23.848054899999998,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 194c440

Please sign in to comment.