From c54d4a49a2a19d34b056e7506962cb505a216e73 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 21 Jun 2024 23:44:45 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 0dadcd0b6a282e824eaa883569b777ffa72a6475 --- 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 45f6aa43a..0ce264f3e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1719013322522, + "lastUpdate": 1719013485874, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -112714,6 +112714,38 @@ window.BENCHMARK_DATA = { "extra": "199 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "0dadcd0b6a282e824eaa883569b777ffa72a6475", + "message": "authorize: hot path identity provider lookup optimizations", + "timestamp": "2024-06-21T10:55:45Z", + "url": "https://github.com/pomerium/pomerium/pull/5143/commits/0dadcd0b6a282e824eaa883569b777ffa72a6475" + }, + "date": 1719013475989, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9201307, + "unit": "ns/op", + "extra": "130 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6333835, + "unit": "ns/op", + "extra": "186 times\n4 procs" + } + ] } ] }