-
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 97bb872
- Loading branch information
github-action-benchmark
committed
Oct 7, 2024
1 parent
25d944b
commit fc17217
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": 1728073844007, | ||
"lastUpdate": 1728330755477, | ||
"repoUrl": "https://github.com/awslabs/soci-snapshotter", | ||
"entries": { | ||
"Soci Benchmark": [ | ||
|
@@ -8944,6 +8944,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": "97bb872478e308e22f93c01c7a77befa29a2dd6e", | ||
"message": "Move TestSnapshotterStartup to startup_test.go\n\nThis change consolidates snapshotter startup tests into a single file\ninstead of putting it in pull_test.go\n\nSigned-off-by: Kern Walster <[email protected]>", | ||
"timestamp": "2024-10-07T12:43:29-07:00", | ||
"tree_id": "6c2508d1ccb170f4ec45e089ff7a79e1f12c0a5b", | ||
"url": "https://github.com/awslabs/soci-snapshotter/commit/97bb872478e308e22f93c01c7a77befa29a2dd6e" | ||
}, | ||
"date": 1728330752365, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SociFullECR-public-tensorflow_gpu-lazyTaskDuration", | ||
"value": 31.859, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-tensorflow_gpu-localTaskDuration", | ||
"value": 2.6574999999999998, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-tensorflow_gpu-pullTaskDuration", | ||
"value": 2.8495, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|