From 9b6ae9ed1e8e9476b7f85ba34f7022f92957cda7 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 16 Oct 2023 15:14:38 +0000 Subject: [PATCH] add Soci Benchmark (customSmallerIsBetter) benchmark result for 104c68c2c6e9c3e10770413862d17f237c9a2600 --- .../SociFullECR-public-node/data.js | 44 ++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/benchmarks/performanceTest/SociFullECR-public-node/data.js b/dev/benchmarks/performanceTest/SociFullECR-public-node/data.js index fc3c4091a..3d92d749b 100644 --- a/dev/benchmarks/performanceTest/SociFullECR-public-node/data.js +++ b/dev/benchmarks/performanceTest/SociFullECR-public-node/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1696612333291, + "lastUpdate": 1697469278807, "repoUrl": "https://github.com/awslabs/soci-snapshotter", "entries": { "Soci Benchmark": [ @@ -923,6 +923,48 @@ window.BENCHMARK_DATA = { "extra": "P90" } ] + }, + { + "commit": { + "author": { + "email": "walster@amazon.com", + "name": "Kern Walster", + "username": "Kern--" + }, + "committer": { + "email": "66654647+turan18@users.noreply.github.com", + "name": "Yasin Turan", + "username": "turan18" + }, + "distinct": true, + "id": "104c68c2c6e9c3e10770413862d17f237c9a2600", + "message": "Add go-fuse logger\n\nsoci-snapshotter-gprc overrides the default logger to be a logrus logger\nwith debug as the write level. If the snapshotter is invoked with\n`--log-level debug`, then logs from e.g. `log.PrinLn` are visibile.\n\ngo-fuse uses this logging method to output a complete transaction of\nfuse operations keeping track of each request/response with a unique id.\nThe ID is only unique within a single server, so trying to parse the\nlogs is ambiguous since you don't know which server a response\ncorresponds to.\n\ngo-fuse recently added support for per-server loggers. This change uses\nthat functionality to add the layer digest to the logs from each fuse\nserver so request/response pairs can be unambiguously matched.\n\nIt also changes the log level of go-fuse logs to trace since there\nreally is no debug reason for enabling them.\n\nSigned-off-by: Kern Walster ", + "timestamp": "2023-10-16T10:52:17-04:00", + "tree_id": "e087b5bfa3e6a2ae50fe2ce44e6f5df2a4de7a04", + "url": "https://github.com/awslabs/soci-snapshotter/commit/104c68c2c6e9c3e10770413862d17f237c9a2600" + }, + "date": 1697469278251, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "SociFullECR-public-node-lazyTaskDuration", + "value": 0.5265, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-node-localTaskDuration", + "value": 0.488, + "unit": "Seconds", + "extra": "P90" + }, + { + "name": "SociFullECR-public-node-pullTaskDuration", + "value": 38.545, + "unit": "Seconds", + "extra": "P90" + } + ] } ] }