From 298c009782421c3d28a0559b1e7db098ff877390 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 14 Aug 2024 20:11:12 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 43cf91b60625c7b0422255f59cf89bff85133c13 --- 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 7bb0f0db5..436a3c410 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723666121971, + "lastUpdate": 1723666272846, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -117686,6 +117686,38 @@ window.BENCHMARK_DATA = { "extra": "164 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "43cf91b60625c7b0422255f59cf89bff85133c13", + "message": "Optimize envoy config building", + "timestamp": "2024-08-14T18:12:05Z", + "url": "https://github.com/pomerium/pomerium/pull/5187/commits/43cf91b60625c7b0422255f59cf89bff85133c13" + }, + "date": 1723666252997, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8567839, + "unit": "ns/op", + "extra": "136 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5982069, + "unit": "ns/op", + "extra": "202 times\n4 procs" + } + ] } ] }