From b9f33e1fe5a44484f1fc346b4a8f8af7c3c6a129 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 12 Mar 2024 22:49:57 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for cba7ab40916e7c9e9e5a616d469bccf83f3e938e --- dev/bench/data.js | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 0bb30e5bf..f932c5fb5 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1710268031905, + "lastUpdate": 1710283797160, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -103666,6 +103666,38 @@ window.BENCHMARK_DATA = { "extra": "176 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "cba7ab40916e7c9e9e5a616d469bccf83f3e938e", + "message": "core/ci: check docker base images", + "timestamp": "2024-03-12T10:46:39Z", + "url": "https://github.com/pomerium/pomerium/pull/5028/commits/cba7ab40916e7c9e9e5a616d469bccf83f3e938e" + }, + "date": 1710283789005, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8742512, + "unit": "ns/op", + "extra": "130 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6169970, + "unit": "ns/op", + "extra": "193 times\n4 procs" + } + ] } ] }