From 40b60424c15527a46ff944cf1ee1ab90f574ab17 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 19 Jul 2024 01:44:38 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 20956e68b208477a350fad4e03f8ab447e8cf8a5 --- 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 7119dcbd9..b25cd1f9f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721353472034, + "lastUpdate": 1721353478041, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -114606,6 +114606,38 @@ window.BENCHMARK_DATA = { "extra": "192 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "20956e68b208477a350fad4e03f8ab447e8cf8a5", + "message": "config: add mTLS UserPrincipalName SAN match", + "timestamp": "2024-07-18T16:29:30Z", + "url": "https://github.com/pomerium/pomerium/pull/5177/commits/20956e68b208477a350fad4e03f8ab447e8cf8a5" + }, + "date": 1721353468147, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9362010, + "unit": "ns/op", + "extra": "122 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6466015, + "unit": "ns/op", + "extra": "175 times\n4 procs" + } + ] } ] }