Skip to content

Commit

Permalink
add Soci Benchmark (customSmallerIsBetter) benchmark result for eb67eda
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 18, 2024
1 parent c0a9d40 commit 351709e
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion dev/benchmarks/performanceTest/SociFullECR-public-mongo/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1728945940174,
"lastUpdate": 1729274399544,
"repoUrl": "https://github.com/awslabs/soci-snapshotter",
"entries": {
"Soci Benchmark": [
Expand Down Expand Up @@ -9110,6 +9110,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": 1729274398602,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "SociFullECR-public-mongo-lazyTaskDuration",
"value": 1.8864999999999998,
"unit": "Seconds",
"extra": "P90"
},
{
"name": "SociFullECR-public-mongo-localTaskDuration",
"value": 0.317,
"unit": "Seconds",
"extra": "P90"
},
{
"name": "SociFullECR-public-mongo-pullTaskDuration",
"value": 0.786,
"unit": "Seconds",
"extra": "P90"
}
]
}
]
}
Expand Down

0 comments on commit 351709e

Please sign in to comment.