From 089e977f6fe447d32de4308f21d44ce80573d15d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 25 Aug 2022 18:15:15 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 63191f68e529d9b41fbb17d04e03f95e4e092da7 --- 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 a4a6939f6..ea923ea92 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1661378104273, + "lastUpdate": 1661451315698, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -8066,6 +8066,38 @@ window.BENCHMARK_DATA = { "extra": "120 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "63191f68e529d9b41fbb17d04e03f95e4e092da7", + "message": "authenticate: add CORS headers to jwks endpoint", + "timestamp": "2022-08-24T14:56:12Z", + "url": "https://github.com/pomerium/pomerium/pull/3574/commits/63191f68e529d9b41fbb17d04e03f95e4e092da7" + }, + "date": 1661451315247, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14127204, + "unit": "ns/op", + "extra": "79 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8370060, + "unit": "ns/op", + "extra": "136 times\n2 procs" + } + ] } ] }