diff --git a/dev/benchmarks/performanceTest/SociFullECR-public-mongo/data.js b/dev/benchmarks/performanceTest/SociFullECR-public-mongo/data.js index 258356dd0..5e4c98587 100644 --- a/dev/benchmarks/performanceTest/SociFullECR-public-mongo/data.js +++ b/dev/benchmarks/performanceTest/SociFullECR-public-mongo/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1728945940174, + "lastUpdate": 1729274399544, "repoUrl": "https://github.com/awslabs/soci-snapshotter", "entries": { "Soci Benchmark": [ @@ -9110,6 +9110,48 @@ window.BENCHMARK_DATA = { "extra": "P90" } ] + }, + { + "commit": { + "author": { + "email": "walster@amazon.com", + "name": "Kern Walster", + "username": "Kern--" + }, + "committer": { + "email": "kern.walster@gmail.com", + "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 ", + "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" + } + ] } ] }