Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 693b108
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 9, 2025
1 parent e12b3d1 commit 7fb1c3c
Showing 1 changed file with 68 additions and 1 deletion.
69 changes: 68 additions & 1 deletion premium/latency/read/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1741341032591,
"lastUpdate": 1741494223952,
"repoUrl": "https://github.com/Azure/azure-storage-fuse",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -4035,6 +4035,73 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"name": "syeleti-msft",
"username": "syeleti-msft",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"id": "693b1081626de610c2a5d9ce8f3bca8d43837f58",
"message": "Return true for the commands that were not important (#1653)",
"timestamp": "2025-03-07T09:30:42Z",
"url": "https://github.com/Azure/azure-storage-fuse/commit/693b1081626de610c2a5d9ce8f3bca8d43837f58"
},
"date": 1741494223712,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "sequential_read",
"value": 0.10322412456399999,
"unit": "milliseconds"
},
{
"name": "random_read",
"value": 74.38683571316767,
"unit": "milliseconds"
},
{
"name": "sequential_read_small_file",
"value": 0.092882715773,
"unit": "milliseconds"
},
{
"name": "random_read_small_file",
"value": 0.19127208972333334,
"unit": "milliseconds"
},
{
"name": "sequential_read_direct_io",
"value": 0.10958417078333334,
"unit": "milliseconds"
},
{
"name": "random_read_direct_io",
"value": 71.54742635572332,
"unit": "milliseconds"
},
{
"name": "sequential_read_4_threads",
"value": 0.17531601984,
"unit": "milliseconds"
},
{
"name": "sequential_read_16_threads",
"value": 0.98354817965,
"unit": "milliseconds"
},
{
"name": "random_read_4_threads",
"value": 74.16207406298533,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit 7fb1c3c

Please sign in to comment.