From f6538d366c9709af9630e542bc30718ca23b8658 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 15 Jan 2025 10:49:37 +0000 Subject: [PATCH] add Latency Benchmark (S3 Express One Zone) (customSmallerIsBetter) benchmark result for d008177a6cb6cb2e8a56c902d72570ce4e7cc3d3 --- dev/s3-express/latency_bench/data.js | 125 ++++++++++++++------------- 1 file changed, 65 insertions(+), 60 deletions(-) diff --git a/dev/s3-express/latency_bench/data.js b/dev/s3-express/latency_bench/data.js index ecdc1a8e6..1a7a6516d 100644 --- a/dev/s3-express/latency_bench/data.js +++ b/dev/s3-express/latency_bench/data.js @@ -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": "djonesoa@amazon.com", - "name": "Daniel Carl Jones", - "username": "dannycjones" - }, - "committer": { - "email": "noreply@github.com", - "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 ", - "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": { @@ -1197,6 +1138,70 @@ window.BENCHMARK_DATA = { "unit": "milliseconds" } ] + }, + { + "commit": { + "author": { + "email": "djonesoa@amazon.com", + "name": "Daniel Carl Jones", + "username": "dannycjones" + }, + "committer": { + "email": "noreply@github.com", + "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 ", + "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" + } + ] } ] }