-
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 212fe22
- Loading branch information
github-action-benchmark
committed
Oct 4, 2024
1 parent
be2c6cf
commit 97e69ca
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": 1727929453949, | ||
"lastUpdate": 1728073840218, | ||
"repoUrl": "https://github.com/awslabs/soci-snapshotter", | ||
"entries": { | ||
"Soci Benchmark": [ | ||
|
@@ -9066,6 +9066,48 @@ window.BENCHMARK_DATA = { | |
"extra": "P90" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Kern Walster", | ||
"username": "Kern--" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Kern Walster", | ||
"username": "Kern--" | ||
}, | ||
"distinct": true, | ||
"id": "212fe220f061413eb9f1a86556057128b25f4cab", | ||
"message": "Use AL2023 for integ test container\n\nThis change moves our integ test container from Alpine to AL2023. The\nmotivation is to be able to test features of a bigger OS, such as\ntesting systemd socket activation.\n\nSigned-off-by: Kern Walster <[email protected]>", | ||
"timestamp": "2024-10-04T13:20:50-07:00", | ||
"tree_id": "0965d1a8323185f82fc32c731d4ae10b8c28d302", | ||
"url": "https://github.com/awslabs/soci-snapshotter/commit/212fe220f061413eb9f1a86556057128b25f4cab" | ||
}, | ||
"date": 1728073838512, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SociFullECR-public-tensorflow-lazyTaskDuration", | ||
"value": 29.752499999999998, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-tensorflow-localTaskDuration", | ||
"value": 2.4345, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-tensorflow-pullTaskDuration", | ||
"value": 2.1799999999999997, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|