From 23b3915d798d995c1636783fc1c5f892b9c40216 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 24 Jul 2023 17:06:49 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 9c549bed99fd06f9092c0e2a4d9ab6ff935e1ccf --- 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 5a80d9dea..f719b3b12 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1690215419540, + "lastUpdate": 1690218409005, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -57410,6 +57410,38 @@ window.BENCHMARK_DATA = { "extra": "106 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "9c549bed99fd06f9092c0e2a4d9ab6ff935e1ccf", + "message": "authorize: omit client cert rule when not needed", + "timestamp": "2023-07-21T17:04:03Z", + "url": "https://github.com/pomerium/pomerium/pull/4386/commits/9c549bed99fd06f9092c0e2a4d9ab6ff935e1ccf" + }, + "date": 1690218403506, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16227423, + "unit": "ns/op", + "extra": "66 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 11824823, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }