-
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 eb67eda
- Loading branch information
github-action-benchmark
committed
Oct 18, 2024
1 parent
351709e
commit 21f85d4
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": 1728945934196, | ||
"lastUpdate": 1729274400619, | ||
"repoUrl": "https://github.com/awslabs/soci-snapshotter", | ||
"entries": { | ||
"Soci Benchmark": [ | ||
|
@@ -8987,6 +8987,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": "eb67eda19ed156fea94286f1bf970c26c0172d1a", | ||
"message": "Remove VerifiableReader\n\nVerifiableReader was code that SOCI inherited from Stargz, but didn't\nuse. With estargz images, the TOC is embedded in the layer in the remote\nstore. When setting up a reader, you can optionally pass a digest of the\nTOC which the stargz-snaphostter will verify against the actual TOC in\nthe remote registry.\n\nSOCI stores TOCs in zTOCs which have integrity rooted in the SOCI index.\nTherefore, you get equivalent verification by specifing a SOCI index\ndigest when pulling an image. By the time we're setting up a reader,\nwe've already verified the ztocs and their layer mapping which means\nthere is nothing to verify here.\n\nInitially we initially just made Verify a no-op and bypassed it.\nThis change cleans up that unneeded code entirely.\n\nSigned-off-by: Kern Walster <[email protected]>", | ||
"timestamp": "2024-10-18T10:51:54-07:00", | ||
"tree_id": "89fa3583353a3ddabd9e6f944d72354f4d21c889", | ||
"url": "https://github.com/awslabs/soci-snapshotter/commit/eb67eda19ed156fea94286f1bf970c26c0172d1a" | ||
}, | ||
"date": 1729274398789, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "SociFullECR-public-rabbitmq-lazyTaskDuration", | ||
"value": 10.8405, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-rabbitmq-localTaskDuration", | ||
"value": 8.7745, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
}, | ||
{ | ||
"name": "SociFullECR-public-rabbitmq-pullTaskDuration", | ||
"value": 0.974, | ||
"unit": "Seconds", | ||
"extra": "P90" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|