From 71decdc35d71f60052e01a6128a8d8d16d51c8bb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 10 Dec 2024 17:07:53 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 79ffa106f13f80c6c5104892c57e3871fac910de --- 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 349cd7ff0..a379f1765 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733794015578, + "lastUpdate": 1733850473647, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -132608,6 +132608,38 @@ window.BENCHMARK_DATA = { "extra": "192 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "79ffa106f13f80c6c5104892c57e3871fac910de", + "message": "add options to adjust databroker lease ttl, and retry initial interval", + "timestamp": "2024-12-08T22:28:46Z", + "url": "https://github.com/pomerium/pomerium/pull/5391/commits/79ffa106f13f80c6c5104892c57e3871fac910de" + }, + "date": 1733850449366, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 7707917, + "unit": "ns/op", + "extra": "153 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5286957, + "unit": "ns/op", + "extra": "229 times\n4 procs" + } + ] } ] }