From f31992623240d0eeae3607cc25a890a2cae6328e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 9 Apr 2024 12:47:16 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for f160d6160ffb543eff2a5651d441bfcd454713ac --- 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 c23a68a67..776e2296a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1712666093438, + "lastUpdate": 1712666836582, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -105430,6 +105430,38 @@ window.BENCHMARK_DATA = { "extra": "165 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "f160d6160ffb543eff2a5651d441bfcd454713ac", + "message": "core/config: disable gRPC ingress when address is the empty string", + "timestamp": "2024-04-08T18:50:11Z", + "url": "https://github.com/pomerium/pomerium/pull/5058/commits/f160d6160ffb543eff2a5651d441bfcd454713ac" + }, + "date": 1712666828455, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9151619, + "unit": "ns/op", + "extra": "126 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6600470, + "unit": "ns/op", + "extra": "187 times\n4 procs" + } + ] } ] }