Skip to content

Commit

Permalink
add Benchmark (customBiggerIsBetter) benchmark result for 444abbd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 3, 2025
1 parent 1726f56 commit 7e6bb44
Showing 1 changed file with 70 additions and 1 deletion.
71 changes: 70 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": 1735814547523,
"lastUpdate": 1735885314181,
"repoUrl": "https://github.com/Azure/azure-storage-fuse",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3353,6 +3353,75 @@ window.BENCHMARK_DATA = {
"unit": "MiB/s"
}
]
},
{
"commit": {
"author": {
"email": "98318303+souravgupta-msft@users.noreply.github.com",
"name": "Sourav Gupta",
"username": "souravgupta-msft"
},
"committer": {
"email": "noreply@github.com",
"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": 1735885312952,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "sequential_read",
"value": 2485.2164713541665,
"unit": "MiB/s"
},
{
"name": "random_read",
"value": 3.4944661458333335,
"unit": "MiB/s"
},
{
"name": "sequential_read_small_file",
"value": 2895.4723307291665,
"unit": "MiB/s"
},
{
"name": "random_read_small_file",
"value": 1275.7431640625,
"unit": "MiB/s"
},
{
"name": "sequential_read_direct_io",
"value": 2630.1507161458335,
"unit": "MiB/s"
},
{
"name": "random_read_direct_io",
"value": 3.6796875,
"unit": "MiB/s"
},
{
"name": "sequential_read_4_threads",
"value": 4503.31640625,
"unit": "MiB/s"
},
{
"name": "sequential_read_16_threads",
"value": 3614.5712890625,
"unit": "MiB/s"
},
{
"name": "random_read_4_threads",
"value": 13.7900390625,
"unit": "MiB/s"
}
]
}
]
}
Expand Down

0 comments on commit 7e6bb44

Please sign in to comment.