From 622f28325febc78c0ef4ea9972633f7318fbf10e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 4 Nov 2022 19:09:04 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 660591c3713add4d49f5f22fb81f6f93925150c6 --- 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 d8343a98d..39a157956 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1667577755524, + "lastUpdate": 1667588943992, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -17862,6 +17862,38 @@ window.BENCHMARK_DATA = { "extra": "140 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "660591c3713add4d49f5f22fb81f6f93925150c6", + "message": "authorize: performance improvements", + "timestamp": "2022-11-04T06:48:53Z", + "url": "https://github.com/pomerium/pomerium/pull/3723/commits/660591c3713add4d49f5f22fb81f6f93925150c6" + }, + "date": 1667588943250, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16174350, + "unit": "ns/op", + "extra": "76 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9617993, + "unit": "ns/op", + "extra": "120 times\n2 procs" + } + ] } ] }