From 4397acfb52a7c718ce7fca6ae8a15d516a376190 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 8 Aug 2023 17:13:41 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2fc3886b9d4d8a33c892ec1f23695fd1bbd251b4 --- 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 6986f463e..325fa7491 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1691462822027, + "lastUpdate": 1691514821538, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -61518,6 +61518,38 @@ window.BENCHMARK_DATA = { "extra": "124 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2fc3886b9d4d8a33c892ec1f23695fd1bbd251b4", + "message": "config: move mTLS settings to new struct", + "timestamp": "2023-08-07T03:04:01Z", + "url": "https://github.com/pomerium/pomerium/pull/4442/commits/2fc3886b9d4d8a33c892ec1f23695fd1bbd251b4" + }, + "date": 1691514815181, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15351446, + "unit": "ns/op", + "extra": "79 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10904866, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }