From 6bca4c958fd7ad4ba69de1f40902539ab4ca51a8 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 18 Sep 2023 19:24:45 +0000 Subject: [PATCH] add Soci Benchmark (customSmallerIsBetter) benchmark result for b06aad0ad53dcd7a0c08e92b56a6237bad969e8f --- .../SociFullECR-public-redis/data.js | 44 ++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/benchmarks/performanceTest/SociFullECR-public-redis/data.js b/dev/benchmarks/performanceTest/SociFullECR-public-redis/data.js index 552665936..482f52b89 100644 --- a/dev/benchmarks/performanceTest/SociFullECR-public-redis/data.js +++ b/dev/benchmarks/performanceTest/SociFullECR-public-redis/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1694131839979, + "lastUpdate": 1695065085879, "repoUrl": "https://github.com/awslabs/soci-snapshotter", "entries": { "Soci Benchmark": [ @@ -709,6 +709,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": "b06aad0ad53dcd7a0c08e92b56a6237bad969e8f", + "message": "Set fuse.Attr.Blocks to # of 512-byte blocks\n\nBefore this change, SOCI set fuse.Attr.Blocks to the number of\nblockSize-byte blocks instead of the expected number of 512-byte blocks.\nThis caused the files to appear sparse and uncovered a bug in go-fuse.\nOnce the go-fuse bug is fixed, there shouldn't be any functional\ndifference, but it causes unnecessary lseeks which we can eliminate.\n\nSigned-off-by: Kern Walster ", + "timestamp": "2023-09-18T11:57:23-07:00", + "tree_id": "ec128ba9f372c53384d67b818f2ad248ddec6512", + "url": "https://github.com/awslabs/soci-snapshotter/commit/b06aad0ad53dcd7a0c08e92b56a6237bad969e8f" + }, + "date": 1695065084947, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "SociFullECR-public-redis-lazyTaskDuration", + "value": 0.0285, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-redis-localTaskDuration", + "value": 0.028, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-redis-pullTaskDuration", + "value": 5.085, + "unit": "Seconds", + "extra": "P90" + } + ] } ] }