Skip to content

Commit

Permalink
add Benchmark (customBiggerIsBetter) benchmark result for 42b3b19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 22, 2024
1 parent 8010310 commit 2f3f72a
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion standard/bandwidth/write/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1726747970123,
"lastUpdate": 1726985590201,
"repoUrl": "https://github.com/Azure/azure-storage-fuse",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -306,6 +306,48 @@ window.BENCHMARK_DATA = {
"unit": "MiB/s"
}
]
},
{
"commit": {
"author": {
"name": "Vikas Bhansali",
"username": "vibhansa-msft",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"id": "42b3b19b42dbe36e5b37e7b4d81115c6a319b277",
"message": "Upgrading go version to 1.23.1 (#1521)\n\n* Upgrading go version to 1.23.1:",
"timestamp": "2024-09-19T09:58:10Z",
"url": "https://github.com/Azure/azure-storage-fuse/commit/42b3b19b42dbe36e5b37e7b4d81115c6a319b277"
},
"date": 1726985589952,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "sequential_write",
"value": 1973.9348958333333,
"unit": "MiB/s"
},
{
"name": "sequential_write_directio",
"value": 1950.4235026041667,
"unit": "MiB/s"
},
{
"name": "sequential_write_4_threads",
"value": 2052.052734375,
"unit": "MiB/s"
},
{
"name": "sequential_write_16_threads",
"value": 2037.7643229166667,
"unit": "MiB/s"
}
]
}
]
}
Expand Down

0 comments on commit 2f3f72a

Please sign in to comment.