-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customBiggerIsBetter) benchmark result for 42b3b19
- Loading branch information
github-action-benchmark
committed
Sep 22, 2024
1 parent
8010310
commit 2f3f72a
Showing
1 changed file
with
43 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": 1726747970123, | ||
"lastUpdate": 1726985590201, | ||
"repoUrl": "https://github.com/Azure/azure-storage-fuse", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -306,6 +306,48 @@ window.BENCHMARK_DATA = { | |
"unit": "MiB/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Vikas Bhansali", | ||
"username": "vibhansa-msft", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "42b3b19b42dbe36e5b37e7b4d81115c6a319b277", | ||
"message": "Upgrading go version to 1.23.1 (#1521)\n\n* Upgrading go version to 1.23.1:", | ||
"timestamp": "2024-09-19T09:58:10Z", | ||
"url": "https://github.com/Azure/azure-storage-fuse/commit/42b3b19b42dbe36e5b37e7b4d81115c6a319b277" | ||
}, | ||
"date": 1726985589952, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "sequential_write", | ||
"value": 1973.9348958333333, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write_directio", | ||
"value": 1950.4235026041667, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write_4_threads", | ||
"value": 2052.052734375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write_16_threads", | ||
"value": 2037.7643229166667, | ||
"unit": "MiB/s" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|