Skip to content

Commit

Permalink
add Latency Benchmark (S3 Express One Zone) (customSmallerIsBetter) b…
Browse files Browse the repository at this point in the history
…enchmark result for d008177
  • Loading branch information
github-action-benchmark committed Jan 15, 2025
1 parent c12ccf6 commit f6538d3
Showing 1 changed file with 65 additions and 60 deletions.
125 changes: 65 additions & 60 deletions dev/s3-express/latency_bench/data.js
Original file line number Diff line number Diff line change
@@ -1,67 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1736876551842,
"lastUpdate": 1736938177600,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"entries": {
"Latency Benchmark (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": 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": 1734445729811,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "readdir_100",
"value": 0.038,
"unit": "seconds"
},
{
"name": "readdir_1000",
"value": 0.177,
"unit": "seconds"
},
{
"name": "readdir_10000",
"value": 0.914,
"unit": "seconds"
},
{
"name": "readdir_100000",
"value": 8.654,
"unit": "seconds"
},
{
"name": "time_to_write_one_byte_file",
"value": 8.2158381,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read",
"value": 1.4068806999999999,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read_small_file",
"value": 5.6674349,
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -1197,6 +1138,70 @@ 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": true,
"id": "d008177a6cb6cb2e8a56c902d72570ce4e7cc3d3",
"message": "Add detailed rustdoc to reftests (#1232)\n\nThe reference tests for Mountpoint can be quite complex, especially for\nthose unfamiliar both with the tests themselves or the idea of\nreference-based testing.\n\nThis change adds more detailed rustdoc with the goal to ramp up new\nreaders with the reftests, give an overview of what the tests are doing,\nand point the reader to resources for learning more.\n\n### Does this change impact existing behavior?\n\nNo, all code documentation changes.\n\n### Does this change need a changelog entry? Does it require a version\nchange?\n\nNo, code doc changes only.\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-15T10:27:06Z",
"tree_id": "8bf6c5eec8592323b8af30b3359bbfdc075127be",
"url": "https://github.com/awslabs/mountpoint-s3/commit/d008177a6cb6cb2e8a56c902d72570ce4e7cc3d3"
},
"date": 1736938176930,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "One Byte File Creation - Average Total Latency",
"value": 49.12338479,
"unit": "milliseconds"
},
{
"name": "readdir_100",
"value": 0.035,
"unit": "seconds"
},
{
"name": "readdir_1000",
"value": 0.182,
"unit": "seconds"
},
{
"name": "readdir_10000",
"value": 0.971,
"unit": "seconds"
},
{
"name": "readdir_100000",
"value": 9.304,
"unit": "seconds"
},
{
"name": "time_to_write_one_byte_file",
"value": 6.545680099999999,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read",
"value": 1.3004091,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read_small_file",
"value": 5.7277412000000005,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit f6538d3

Please sign in to comment.