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