From 15eb368a4be87bf69c4baf06efa3e50ce43f5b44 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 15 Aug 2024 00:06:06 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 42ad62a7acb4f4ac0a004d9282b99a54b560663d --- 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 30cfdd95f..53fa1e9e5 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723680198930, + "lastUpdate": 1723680366726, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -118138,6 +118138,38 @@ window.BENCHMARK_DATA = { "extra": "198 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "42ad62a7acb4f4ac0a004d9282b99a54b560663d", + "message": "Optimize envoy config building", + "timestamp": "2024-08-14T20:30:12Z", + "url": "https://github.com/pomerium/pomerium/pull/5187/commits/42ad62a7acb4f4ac0a004d9282b99a54b560663d" + }, + "date": 1723680355992, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9883969, + "unit": "ns/op", + "extra": "124 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6937296, + "unit": "ns/op", + "extra": "174 times\n4 procs" + } + ] } ] }