Skip to content

Commit

Permalink
add Benchmark (customBiggerIsBetter) benchmark result for 0ab1a64
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 24, 2024
1 parent 14d2253 commit b4fb59a
Showing 1 changed file with 68 additions and 1 deletion.
69 changes: 68 additions & 1 deletion premium/bandwidth/read/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1732250687937,
"lastUpdate": 1732422173468,
"repoUrl": "https://github.com/Azure/azure-storage-fuse",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit b4fb59a

Please sign in to comment.