From 79ec571f85843984e0ef0564cb42a2d373a3dec1 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 18 Sep 2023 19:24:47 +0000 Subject: [PATCH] add Soci Benchmark (customSmallerIsBetter) benchmark result for b06aad0ad53dcd7a0c08e92b56a6237bad969e8f --- .../SociFullECR-public-tensorflow_gpu/data.js | 44 ++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/benchmarks/performanceTest/SociFullECR-public-tensorflow_gpu/data.js b/dev/benchmarks/performanceTest/SociFullECR-public-tensorflow_gpu/data.js index b4dffedac..f13a94ae6 100644 --- a/dev/benchmarks/performanceTest/SociFullECR-public-tensorflow_gpu/data.js +++ b/dev/benchmarks/performanceTest/SociFullECR-public-tensorflow_gpu/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1694131831909, + "lastUpdate": 1695065087601, "repoUrl": "https://github.com/awslabs/soci-snapshotter", "entries": { "Soci Benchmark": [ @@ -545,6 +545,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": 1695065086631, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "SociFullECR-public-tensorflow_gpu-lazyTaskDuration", + "value": 4.1265, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-tensorflow_gpu-localTaskDuration", + "value": 2.8129999999999997, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-tensorflow_gpu-pullTaskDuration", + "value": 249.3415, + "unit": "Seconds", + "extra": "P90" + } + ] } ] }