From 6c68562e89a2ff2d080de63f3e142d3f9a210e35 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 15 Dec 2023 22:46:07 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for f021e082cbc361872f4bec390971e7d1a832a562 --- 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 eb8fffa78..17a85d34c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1702665139878, + "lastUpdate": 1702680367876, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -89898,6 +89898,38 @@ window.BENCHMARK_DATA = { "extra": "151 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "f021e082cbc361872f4bec390971e7d1a832a562", + "message": "core/authenticate: refactor identity authenticators to initiate redirect", + "timestamp": "2023-12-15T21:29:55Z", + "url": "https://github.com/pomerium/pomerium/pull/4858/commits/f021e082cbc361872f4bec390971e7d1a832a562" + }, + "date": 1702680361078, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10354239, + "unit": "ns/op", + "extra": "117 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7076084, + "unit": "ns/op", + "extra": "175 times\n4 procs" + } + ] } ] }