From b9c4654313e153969a5033cdacf9445869a9e310 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 2 Oct 2023 20:26:09 +0000 Subject: [PATCH] add Soci Benchmark (customSmallerIsBetter) benchmark result for 52bd24d685711b33c3893a3a3b6540f97153c8e4 --- .../SociFullECR-public-rabbitmq/data.js | 44 ++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/benchmarks/performanceTest/SociFullECR-public-rabbitmq/data.js b/dev/benchmarks/performanceTest/SociFullECR-public-rabbitmq/data.js index e7a37f808..05b7bac5c 100644 --- a/dev/benchmarks/performanceTest/SociFullECR-public-rabbitmq/data.js +++ b/dev/benchmarks/performanceTest/SociFullECR-public-rabbitmq/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1695857999768, + "lastUpdate": 1696278369488, "repoUrl": "https://github.com/awslabs/soci-snapshotter", "entries": { "Soci Benchmark": [ @@ -630,6 +630,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": "52bd24d685711b33c3893a3a3b6540f97153c8e4", + "message": "Fix integrations tests with cgroupv2\n\nWith cgroupv2, dind doesn't work out of the box because the inner docker\nprocess is in the (containerized) root cgroup so it can't create the\ninner container's cgroups because doing so would make the inner docker a\nprocess on an interior cgroup node. cgroupv2 only allows processes on\nthe leaf nodes.\n\nThe solution is to move docker to a child cgroup (called init) so that\nthe container can exist as a sibling.\n\nSigned-off-by: Kern Walster ", + "timestamp": "2023-10-02T13:02:00-07:00", + "tree_id": "e4e5cc9c570a3d592ace5c45948ce84f831df589", + "url": "https://github.com/awslabs/soci-snapshotter/commit/52bd24d685711b33c3893a3a3b6540f97153c8e4" + }, + "date": 1696278365344, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "SociFullECR-public-rabbitmq-lazyTaskDuration", + "value": 8.035499999999999, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-rabbitmq-localTaskDuration", + "value": 8.041, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-rabbitmq-pullTaskDuration", + "value": 7.6855, + "unit": "Seconds", + "extra": "P90" + } + ] } ] }