-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Soci Benchmark (customSmallerIsBetter) benchmark result for c3c64a2
- Loading branch information
github-action-benchmark
committed
Oct 31, 2024
1 parent
cad59e7
commit 7bd10c0
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": 1730397075485, | ||
"lastUpdate": 1730397142677, | ||
"repoUrl": "https://github.com/awslabs/soci-snapshotter", | ||
"entries": { | ||
"Soci Benchmark": [ | ||
|
@@ -9318,6 +9318,48 @@ window.BENCHMARK_DATA = { | |
"extra": "P90" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "David Son", | ||
"username": "sondavidb" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "David Son", | ||
"username": "sondavidb" | ||
}, | ||
"distinct": true, | ||
"id": "c3c64a20d57b90567774a257221cffeaab19b332", | ||
"message": "Update to Go 1.22.8 in CI\n\nSigned-off-by: David Son <[email protected]>", | ||
"timestamp": "2024-10-31T10:43:35-07:00", | ||
"tree_id": "524399b7fc4b9be9f30264a1e9c1217d7beb1f3b", | ||
"url": "https://github.com/awslabs/soci-snapshotter/commit/c3c64a20d57b90567774a257221cffeaab19b332" | ||
}, | ||
"date": 1730397138321, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SociFullECR-public-tensorflow-lazyTaskDuration", | ||
"value": 23.6175, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-tensorflow-localTaskDuration", | ||
"value": 2.589, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-tensorflow-pullTaskDuration", | ||
"value": 1.7435, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|