From 01237b4fa6e69f68630955bd50aa7b6c5c9f547d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 28 Nov 2023 22:59:14 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2d2196cb78f025388eae61dcedd86cbf810cdb6c --- 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 d9f442e24..4878ddc69 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701207989551, + "lastUpdate": 1701212354221, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -81926,6 +81926,38 @@ window.BENCHMARK_DATA = { "extra": "160 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2d2196cb78f025388eae61dcedd86cbf810cdb6c", + "message": "core/proxy: handle missing session for user info endpoint", + "timestamp": "2023-11-26T15:41:54Z", + "url": "https://github.com/pomerium/pomerium/pull/4769/commits/2d2196cb78f025388eae61dcedd86cbf810cdb6c" + }, + "date": 1701212347649, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10367048, + "unit": "ns/op", + "extra": "112 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6525815, + "unit": "ns/op", + "extra": "180 times\n4 procs" + } + ] } ] }