From 6c441f8770ee7f73f13145dec180c9fae59ac37a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 14 Aug 2024 18:45:31 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 73ebacc2147690571dfc0f58836a69bc2049f29d --- 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 75b86f3af..6ddd90784 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723660267600, + "lastUpdate": 1723661131172, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -117526,6 +117526,38 @@ window.BENCHMARK_DATA = { "extra": "170 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "73ebacc2147690571dfc0f58836a69bc2049f29d", + "message": "Optimize envoy config building (go1.23)", + "timestamp": "2024-08-14T18:12:05Z", + "url": "https://github.com/pomerium/pomerium/pull/5187/commits/73ebacc2147690571dfc0f58836a69bc2049f29d" + }, + "date": 1723661116495, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10012742, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6407188, + "unit": "ns/op", + "extra": "172 times\n4 procs" + } + ] } ] }