From cf21c8067f8b999a1f19b21479e3cc8252c3e986 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 12 Jul 2024 16:28:28 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1a59b48d6ff7eee50bc145d837059ecd5f92456b --- 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 3da028e57..3ac1e029c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1720566547298, + "lastUpdate": 1720801708416, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -114378,6 +114378,38 @@ window.BENCHMARK_DATA = { "extra": "201 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1a59b48d6ff7eee50bc145d837059ecd5f92456b", + "message": "core/authorize: require new login when authenticate url changes", + "timestamp": "2024-07-11T12:54:13Z", + "url": "https://github.com/pomerium/pomerium/pull/5165/commits/1a59b48d6ff7eee50bc145d837059ecd5f92456b" + }, + "date": 1720801698049, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9535580, + "unit": "ns/op", + "extra": "122 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6326594, + "unit": "ns/op", + "extra": "189 times\n4 procs" + } + ] } ] }