From 9d6d133a3e94e2a4a534b0c10c1a0664aab170c0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark <github@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:16:32 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 241915f51f5d6556a121df4ec48bf82aa9ccb0c0 --- 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 e15d8fe21..b951bdd17 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1720803672425, + "lastUpdate": 1720804592206, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -114446,6 +114446,38 @@ window.BENCHMARK_DATA = { "extra": "193 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "241915f51f5d6556a121df4ec48bf82aa9ccb0c0", + "message": "core/authorize: require new login when authenticate url changes (#5165)", + "timestamp": "2024-07-12T16:57:45Z", + "url": "https://github.com/pomerium/pomerium/pull/5172/commits/241915f51f5d6556a121df4ec48bf82aa9ccb0c0" + }, + "date": 1720804582381, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8923544, + "unit": "ns/op", + "extra": "127 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6278717, + "unit": "ns/op", + "extra": "192 times\n4 procs" + } + ] } ] }