From 4996ae73dda077edb99d23a10402a4937da25df4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 3 Aug 2023 15:20:09 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 345b24fe57508bee93fe3f53a5d40c0cc19b1150 --- 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 fcebc3898..f4bc006d8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1690997578965, + "lastUpdate": 1691076009536, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -61118,6 +61118,38 @@ window.BENCHMARK_DATA = { "extra": "124 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "345b24fe57508bee93fe3f53a5d40c0cc19b1150", + "message": "authorize: do not rely on Envoy client cert validation", + "timestamp": "2023-08-03T04:27:58Z", + "url": "https://github.com/pomerium/pomerium/pull/4438/commits/345b24fe57508bee93fe3f53a5d40c0cc19b1150" + }, + "date": 1691076001441, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 17781491, + "unit": "ns/op", + "extra": "75 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 11293117, + "unit": "ns/op", + "extra": "111 times\n2 procs" + } + ] } ] }