-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for 693b108
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|