From b4cb7c9e61e5be51c44a69dc526bc65afe68e7e0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 21 Jun 2024 00:11:00 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 44af1baa13654c0ec09ee1fe47eafef94e3925e7 --- 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 5525f89ce..d4e04731d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1718762661031, + "lastUpdate": 1718928660414, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -112554,6 +112554,38 @@ window.BENCHMARK_DATA = { "extra": "188 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "44af1baa13654c0ec09ee1fe47eafef94e3925e7", + "message": "authorize: hot path identity provider lookup optimizations", + "timestamp": "2024-06-19T21:16:25Z", + "url": "https://github.com/pomerium/pomerium/pull/5143/commits/44af1baa13654c0ec09ee1fe47eafef94e3925e7" + }, + "date": 1718928650173, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9694211, + "unit": "ns/op", + "extra": "122 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 56591274, + "unit": "ns/op", + "extra": "100 times\n4 procs" + } + ] } ] }