-
Notifications
You must be signed in to change notification settings - Fork 215
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 444abbd
- Loading branch information
github-action-benchmark
committed
Jan 3, 2025
1 parent
7e6bb44
commit 65b21fa
Showing
1 changed file
with
70 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": 1735814548606, | ||
"lastUpdate": 1735885315206, | ||
"repoUrl": "https://github.com/Azure/azure-storage-fuse", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -3353,6 +3353,75 @@ window.BENCHMARK_DATA = { | |
"unit": "milliseconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Sourav Gupta", | ||
"username": "souravgupta-msft" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "444abbde1a46fbc0827f5f076b1f1e1c83b96b05", | ||
"message": "Update dependencies (#1602)", | ||
"timestamp": "2025-01-03T11:32:59+05:30", | ||
"tree_id": "27de0581bbed9fb1511b1eb81db1a41d73b385ed", | ||
"url": "https://github.com/Azure/azure-storage-fuse/commit/444abbde1a46fbc0827f5f076b1f1e1c83b96b05" | ||
}, | ||
"date": 1735885314933, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "sequential_read", | ||
"value": 0.09266597613633332, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "random_read", | ||
"value": 71.56998449421867, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "sequential_read_small_file", | ||
"value": 0.07560423128566666, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "random_read_small_file", | ||
"value": 0.18221045745066666, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io", | ||
"value": 0.09479126105766666, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "random_read_direct_io", | ||
"value": 68.00598328183733, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "sequential_read_4_threads", | ||
"value": 0.18450028610799998, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "sequential_read_16_threads", | ||
"value": 1.074638586629333, | ||
"unit": "milliseconds" | ||
}, | ||
{ | ||
"name": "random_read_4_threads", | ||
"value": 72.501961041878, | ||
"unit": "milliseconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|