From 0b54886709d2734f377c844221302cf5ea03f248 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 5 Apr 2024 19:29:45 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 057502ade0f5a2e7890d73dc6c91e477f7fb92ff --- 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 98cc98a8c..2ae15c6a5 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1712345163075, + "lastUpdate": 1712345385620, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -105230,6 +105230,38 @@ window.BENCHMARK_DATA = { "extra": "184 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "057502ade0f5a2e7890d73dc6c91e477f7fb92ff", + "message": "envoy: upgrade to v1.29.3", + "timestamp": "2024-04-05T16:25:21Z", + "url": "https://github.com/pomerium/pomerium/pull/5056/commits/057502ade0f5a2e7890d73dc6c91e477f7fb92ff" + }, + "date": 1712345376378, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10099388, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6786979, + "unit": "ns/op", + "extra": "172 times\n4 procs" + } + ] } ] }