From a0b7fc6a8e09af7aee96f92db6f04a3e4a5919aa Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 6 Nov 2023 19:41:52 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 6de659b3447d0fe6c82ca7ff96afa580be23cdaa --- 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 d8957822b..6c51ce7de 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699295076702, + "lastUpdate": 1699299712522, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -78766,6 +78766,38 @@ window.BENCHMARK_DATA = { "extra": "165 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "6de659b3447d0fe6c82ca7ff96afa580be23cdaa", + "message": "authorize: reuse policy evaluators where possible", + "timestamp": "2023-11-06T01:52:52Z", + "url": "https://github.com/pomerium/pomerium/pull/4710/commits/6de659b3447d0fe6c82ca7ff96afa580be23cdaa" + }, + "date": 1699299703100, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 18584781, + "unit": "ns/op", + "extra": "56 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 11652278, + "unit": "ns/op", + "extra": "97 times\n2 procs" + } + ] } ] }