From f38426c4979a65e12a048ee9c4f4e073d87c6b4b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 10 Nov 2022 19:40:03 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 80f1ea94ecc6121993f81fb0e303d0d03f737a5d --- 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 7b559c2c9..86c8ab8c4 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1668050771904, + "lastUpdate": 1668109203380, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -19010,6 +19010,38 @@ window.BENCHMARK_DATA = { "extra": "141 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "80f1ea94ecc6121993f81fb0e303d0d03f737a5d", + "message": "config: generate cookie secret if not set in all-in-one mode", + "timestamp": "2022-11-09T18:02:00Z", + "url": "https://github.com/pomerium/pomerium/pull/3742/commits/80f1ea94ecc6121993f81fb0e303d0d03f737a5d" + }, + "date": 1668109202110, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 11759755, + "unit": "ns/op", + "extra": "100 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8385568, + "unit": "ns/op", + "extra": "142 times\n2 procs" + } + ] } ] }