From 17d44f684780b432f7a20be48b47aa1ee4f4c07c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 16 Dec 2022 21:08:28 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for aa90bf19a02df1cac9750b760c7f0b8878ef8bd8 --- 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 57c750f42..015bfb84a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1671222499492, + "lastUpdate": 1671224908294, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -24718,6 +24718,38 @@ window.BENCHMARK_DATA = { "extra": "129 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "aa90bf19a02df1cac9750b760c7f0b8878ef8bd8", + "message": "dashboard: fix missing avatar and logout menu", + "timestamp": "2022-12-16T00:45:23Z", + "url": "https://github.com/pomerium/pomerium/pull/3819/commits/aa90bf19a02df1cac9750b760c7f0b8878ef8bd8" + }, + "date": 1671224907681, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 11956523, + "unit": "ns/op", + "extra": "99 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8059996, + "unit": "ns/op", + "extra": "148 times\n2 procs" + } + ] } ] }