From 1adaaf3d76dae380c5b9a5c0dfa05ae5708621bb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 14 Jun 2024 20:36:46 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for ed2288ba5db3bd940baf087eee3aadc5ef3e0e4c --- 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 f4bc05251..dfd599150 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1718249025220, + "lastUpdate": 1718397406858, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -112054,6 +112054,38 @@ window.BENCHMARK_DATA = { "extra": "188 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "ed2288ba5db3bd940baf087eee3aadc5ef3e0e4c", + "message": "core/userinfo: remove excess userinfo data", + "timestamp": "2024-06-14T16:16:04Z", + "url": "https://github.com/pomerium/pomerium/pull/5137/commits/ed2288ba5db3bd940baf087eee3aadc5ef3e0e4c" + }, + "date": 1718397397475, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9292064, + "unit": "ns/op", + "extra": "132 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6377645, + "unit": "ns/op", + "extra": "181 times\n4 procs" + } + ] } ] }