From c5bff4b76f79f820e7e6ab77c129b3790eb32d80 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 20 Dec 2024 21:57:33 +0000 Subject: [PATCH] add Soci Benchmark (customSmallerIsBetter) benchmark result for aa306e4bf5657ce4a0aca4e0c64ff6828523d362 --- .../SociFullECR-public-ffmpeg/data.js | 44 ++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/benchmarks/performanceTest/SociFullECR-public-ffmpeg/data.js b/dev/benchmarks/performanceTest/SociFullECR-public-ffmpeg/data.js index c900d536e..b9756f73e 100644 --- a/dev/benchmarks/performanceTest/SociFullECR-public-ffmpeg/data.js +++ b/dev/benchmarks/performanceTest/SociFullECR-public-ffmpeg/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1734723232558, + "lastUpdate": 1734731853784, "repoUrl": "https://github.com/awslabs/soci-snapshotter", "entries": { "Soci Benchmark": [ @@ -9865,6 +9865,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": "aa306e4bf5657ce4a0aca4e0c64ff6828523d362", + "message": "Create metrics socket dir\n\nBefore this change, if the metrics socket was a unix socket, SOCI would\nnot create the parent dir before trying to bind. This exposed an\nimplicit dependency on bind order if you tried to put the metrics\naddress next to the main socket which we broke when we introduced\nsystemd socket activation.\n\nThis change ensures that we create the parent dir before binding the\nmetrics socket.\n\nSigned-off-by: Kern Walster ", + "timestamp": "2024-12-20T13:48:59-08:00", + "tree_id": "3f3fdf0c018de5d17b0da0cc1e4955a27c712566", + "url": "https://github.com/awslabs/soci-snapshotter/commit/aa306e4bf5657ce4a0aca4e0c64ff6828523d362" + }, + "date": 1734731848675, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "SociFullECR-public-ffmpeg-lazyTaskDuration", + "value": 0.4135, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-ffmpeg-localTaskDuration", + "value": 0.014, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-ffmpeg-pullTaskDuration", + "value": 1.5815000000000001, + "unit": "Seconds", + "extra": "P90" + } + ] } ] }