From 3dc6b86b3a4916030d05f2e9b3e3fd8170c1e725 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 21 Jun 2024 23:40:16 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a511921ea67dce3c692b1cab3925c6d65b594ba1 --- 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 a53141a64..a09190bd2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1718995616563, + "lastUpdate": 1719013216611, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -112650,6 +112650,38 @@ window.BENCHMARK_DATA = { "extra": "192 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "a511921ea67dce3c692b1cab3925c6d65b594ba1", + "message": "authorize: hot path identity provider lookup optimizations", + "timestamp": "2024-06-21T10:55:45Z", + "url": "https://github.com/pomerium/pomerium/pull/5143/commits/a511921ea67dce3c692b1cab3925c6d65b594ba1" + }, + "date": 1719013206368, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9234795, + "unit": "ns/op", + "extra": "129 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6483608, + "unit": "ns/op", + "extra": "187 times\n4 procs" + } + ] } ] }