From 8e1fc64d2d3433c4e81995dfe99c05a272e435bb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 12 Jul 2024 18:22:59 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 657126380b06c1f3b34233d5535bc63cb1032866 --- 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 b951bdd17..a3ab399bf 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1720804592206, + "lastUpdate": 1720808579816, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -114478,6 +114478,38 @@ window.BENCHMARK_DATA = { "extra": "192 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "657126380b06c1f3b34233d5535bc63cb1032866", + "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/657126380b06c1f3b34233d5535bc63cb1032866" + }, + "date": 1720808561264, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10742922, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7500505, + "unit": "ns/op", + "extra": "165 times\n4 procs" + } + ] } ] }