From cc8bf5ac7b0b9db1f4a87a6b29c9994f6e507a9f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 11 Nov 2022 19:47:37 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 6aebe312cfd8497acb6ad3052d28d57cfddfe02a --- 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 f6dc3e951..6e908e637 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1668121555849, + "lastUpdate": 1668196057082, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -19174,6 +19174,38 @@ window.BENCHMARK_DATA = { "extra": "130 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "6aebe312cfd8497acb6ad3052d28d57cfddfe02a", + "message": "config: generate cookie secret if not set in all-in-one mode", + "timestamp": "2022-11-11T12:03:47Z", + "url": "https://github.com/pomerium/pomerium/pull/3742/commits/6aebe312cfd8497acb6ad3052d28d57cfddfe02a" + }, + "date": 1668196056248, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13657022, + "unit": "ns/op", + "extra": "80 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9875112, + "unit": "ns/op", + "extra": "122 times\n2 procs" + } + ] } ] }