From 2ea81540bdcf7237940fd9ff064f11184b9c31fc Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 10 Aug 2023 23:21:42 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 94efdc1153b4d9521cc0920d3a1eec5b39f6843b --- 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 284898c00..834507cb1 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1691709686353, + "lastUpdate": 1691709702001, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -62286,6 +62286,38 @@ window.BENCHMARK_DATA = { "extra": "76 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "94efdc1153b4d9521cc0920d3a1eec5b39f6843b", + "message": "config: support client certificate SAN match", + "timestamp": "2023-08-09T06:24:42Z", + "url": "https://github.com/pomerium/pomerium/pull/4453/commits/94efdc1153b4d9521cc0920d3a1eec5b39f6843b" + }, + "date": 1691709697101, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14814944, + "unit": "ns/op", + "extra": "84 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10521904, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }