From ad43e5f05f718164a4016744a65c7e044bf06b53 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 6 Jul 2023 18:02:22 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 363b2d8033dd8461bca4e0b2028101a6e254a062 --- 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 eb26f5d18..f8f2e0687 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1688230641251, + "lastUpdate": 1688666542868, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -55162,6 +55162,38 @@ window.BENCHMARK_DATA = { "extra": "128 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "363b2d8033dd8461bca4e0b2028101a6e254a062", + "message": "authorize: do not redirect if invalid client cert", + "timestamp": "2023-07-06T12:36:41Z", + "url": "https://github.com/pomerium/pomerium/pull/4344/commits/363b2d8033dd8461bca4e0b2028101a6e254a062" + }, + "date": 1688666537951, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13607528, + "unit": "ns/op", + "extra": "100 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8877056, + "unit": "ns/op", + "extra": "122 times\n2 procs" + } + ] } ] }