From 5e8dda794310a9375af41c86cb9646e90c35beda Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 8 Aug 2023 00:21:11 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d45a5d1beef99327494d58c136cf42f35d21fe91 --- 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 afe3cc659..314786fe3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1691437454551, + "lastUpdate": 1691454071341, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -61390,6 +61390,38 @@ window.BENCHMARK_DATA = { "extra": "140 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "d45a5d1beef99327494d58c136cf42f35d21fe91", + "message": "config: move mTLS settings to new struct", + "timestamp": "2023-08-07T03:04:01Z", + "url": "https://github.com/pomerium/pomerium/pull/4442/commits/d45a5d1beef99327494d58c136cf42f35d21fe91" + }, + "date": 1691454066542, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13424468, + "unit": "ns/op", + "extra": "91 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8431386, + "unit": "ns/op", + "extra": "135 times\n2 procs" + } + ] } ] }