From ea38e119f9a3f18aa23df4e96fadb0c67cf18052 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 19 Dec 2023 19:01:43 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 5e92e019dcb2cc48fd8f8b1a841849ae74734f41 --- 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 b81774be4..6182302bf 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1703002246227, + "lastUpdate": 1703012503763, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -90098,6 +90098,38 @@ window.BENCHMARK_DATA = { "extra": "194 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "5e92e019dcb2cc48fd8f8b1a841849ae74734f41", + "message": "core/authenticate: refactor identity authenticators to initiate redirect", + "timestamp": "2023-12-19T16:45:53Z", + "url": "https://github.com/pomerium/pomerium/pull/4858/commits/5e92e019dcb2cc48fd8f8b1a841849ae74734f41" + }, + "date": 1703012496445, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10033404, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6787843, + "unit": "ns/op", + "extra": "171 times\n4 procs" + } + ] } ] }