From a914dd4aa15a668912e90652a45d0ef076437d54 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 31 Jul 2024 18:04:37 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2d8645fda526767164650630d4ad679c31fb4d9e --- 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 823f272e2..cd65bafe9 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1722449046020, + "lastUpdate": 1722449077059, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -115622,6 +115622,38 @@ window.BENCHMARK_DATA = { "extra": "205 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2d8645fda526767164650630d4ad679c31fb4d9e", + "message": "config: allow overriding port numbers using environment variables", + "timestamp": "2024-07-30T14:34:18Z", + "url": "https://github.com/pomerium/pomerium/pull/5196/commits/2d8645fda526767164650630d4ad679c31fb4d9e" + }, + "date": 1722449067128, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8824543, + "unit": "ns/op", + "extra": "135 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 31853550, + "unit": "ns/op", + "extra": "194 times\n4 procs" + } + ] } ] }