From b4fb59a51e804fa4726697a65c9cd2a7509eb2a0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 24 Nov 2024 04:22:53 +0000 Subject: [PATCH] add Benchmark (customBiggerIsBetter) benchmark result for 0ab1a64ca7c495e9c8db3c26b8d1455cc2702f2a --- premium/bandwidth/read/data.js | 69 +++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/premium/bandwidth/read/data.js b/premium/bandwidth/read/data.js index d347cd15c..e267f96d1 100644 --- a/premium/bandwidth/read/data.js +++ b/premium/bandwidth/read/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1732250687937, + "lastUpdate": 1732422173468, "repoUrl": "https://github.com/Azure/azure-storage-fuse", "entries": { "Benchmark": [ @@ -2673,6 +2673,73 @@ window.BENCHMARK_DATA = { "unit": "MiB/s" } ] + }, + { + "commit": { + "author": { + "name": "Vikas Bhansali", + "username": "vibhansa-msft", + "email": "64532198+vibhansa-msft@users.noreply.github.com" + }, + "committer": { + "name": "GitHub", + "username": "web-flow", + "email": "noreply@github.com" + }, + "id": "0ab1a64ca7c495e9c8db3c26b8d1455cc2702f2a", + "message": "Move version checks from public container to static website (#1550)\n\n* Adding support for static website for version check", + "timestamp": "2024-11-22T04:24:39Z", + "url": "https://github.com/Azure/azure-storage-fuse/commit/0ab1a64ca7c495e9c8db3c26b8d1455cc2702f2a" + }, + "date": 1732422172225, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "sequential_read", + "value": 2471.4586588541665, + "unit": "MiB/s" + }, + { + "name": "random_read", + "value": 3.3740234375, + "unit": "MiB/s" + }, + { + "name": "sequential_read_small_file", + "value": 2834.1328125, + "unit": "MiB/s" + }, + { + "name": "random_read_small_file", + "value": 1453.1315104166667, + "unit": "MiB/s" + }, + { + "name": "sequential_read_direct_io", + "value": 2573.8304036458335, + "unit": "MiB/s" + }, + { + "name": "random_read_direct_io", + "value": 3.6728515625, + "unit": "MiB/s" + }, + { + "name": "sequential_read_4_threads", + "value": 4454.85546875, + "unit": "MiB/s" + }, + { + "name": "sequential_read_16_threads", + "value": 3497.3736979166665, + "unit": "MiB/s" + }, + { + "name": "random_read_4_threads", + "value": 13.201171875, + "unit": "MiB/s" + } + ] } ] }