Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) 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 7e6bb44 commit 65b21fa
Showing 1 changed file with 70 additions and 1 deletion.
71 changes: 70 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": 1735814548606,
"lastUpdate": 1735885315206,
"repoUrl": "https://github.com/Azure/azure-storage-fuse",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 65b21fa

Please sign in to comment.