From 027d8bc2d012dc9ae164d4412f5b924d283bc8eb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 20 Jul 2023 23:12:45 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d0d2a1fc4e252096c5253bfa11d427d41bc84e98 --- 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 bb6b87042..21085b2bf 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1689891356691, + "lastUpdate": 1689894765045, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -57114,6 +57114,38 @@ window.BENCHMARK_DATA = { "extra": "111 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "d0d2a1fc4e252096c5253bfa11d427d41bc84e98", + "message": "authorize: incorporate mTLS validation from Envoy", + "timestamp": "2023-07-20T13:32:06Z", + "url": "https://github.com/pomerium/pomerium/pull/4374/commits/d0d2a1fc4e252096c5253bfa11d427d41bc84e98" + }, + "date": 1689894760603, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13406911, + "unit": "ns/op", + "extra": "99 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8443068, + "unit": "ns/op", + "extra": "132 times\n2 procs" + } + ] } ] }