From cbb7d7c8aa762e7dad529d5e5a15a5b6b0bac6e6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 20 Oct 2022 19:53:59 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 65385d6befecebd21693afa69bab492f0370de18 --- 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 48486e95e..04c572466 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1666290354257, + "lastUpdate": 1666295639777, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -15610,6 +15610,38 @@ window.BENCHMARK_DATA = { "extra": "139 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "65385d6befecebd21693afa69bab492f0370de18", + "message": "controlplane: move jwks.json endpoint to control plane", + "timestamp": "2022-10-20T14:16:00Z", + "url": "https://github.com/pomerium/pomerium/pull/3691/commits/65385d6befecebd21693afa69bab492f0370de18" + }, + "date": 1666295639342, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13311785, + "unit": "ns/op", + "extra": "78 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8224366, + "unit": "ns/op", + "extra": "152 times\n2 procs" + } + ] } ] }