From 61aed97423dbb0a129ead5f788bcbfd40f93906a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 26 Jul 2024 02:48:36 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 3ec93d9d15b86550c7a588bda8e14a8890d339ab --- 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 77ec8a0c1..ad5158c1d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721876511097, + "lastUpdate": 1721962116303, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -115258,6 +115258,38 @@ window.BENCHMARK_DATA = { "extra": "186 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "3ec93d9d15b86550c7a588bda8e14a8890d339ab", + "message": "add mTLS UserPrincipalName SAN match", + "timestamp": "2024-07-24T22:15:27Z", + "url": "https://github.com/pomerium/pomerium/pull/5177/commits/3ec93d9d15b86550c7a588bda8e14a8890d339ab" + }, + "date": 1721962106440, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8997958, + "unit": "ns/op", + "extra": "134 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6377377, + "unit": "ns/op", + "extra": "190 times\n4 procs" + } + ] } ] }