From fce2cfcf673f602b4545a275213543e9064e129d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 14 Aug 2024 21:29:23 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 25b6c0116aeab6eab1df7d032f0071c2a1185cc0 --- 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 a3b1143d4..0eca22866 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723669901803, + "lastUpdate": 1723670962992, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -118010,6 +118010,38 @@ window.BENCHMARK_DATA = { "extra": "182 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "25b6c0116aeab6eab1df7d032f0071c2a1185cc0", + "message": "Optimize envoy config building", + "timestamp": "2024-08-14T20:30:12Z", + "url": "https://github.com/pomerium/pomerium/pull/5187/commits/25b6c0116aeab6eab1df7d032f0071c2a1185cc0" + }, + "date": 1723670952742, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8899538, + "unit": "ns/op", + "extra": "130 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6491862, + "unit": "ns/op", + "extra": "194 times\n4 procs" + } + ] } ] }