From f4a09646c90dffdeafa3f16cdd87f6df94ca51ba Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 25 Jun 2024 17:35:21 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 13fc95296c1ec6dd2d86f466588f14451fde4f65 --- 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 54bda9734..d12a8eb07 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1719336908901, + "lastUpdate": 1719336921673, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -113010,6 +113010,38 @@ window.BENCHMARK_DATA = { "extra": "177 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "13fc95296c1ec6dd2d86f466588f14451fde4f65", + "message": "core/userinfo: remove excess userinfo data", + "timestamp": "2024-06-25T17:31:04Z", + "url": "https://github.com/pomerium/pomerium/pull/5137/commits/13fc95296c1ec6dd2d86f466588f14451fde4f65" + }, + "date": 1719336911919, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9603487, + "unit": "ns/op", + "extra": "121 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6880458, + "unit": "ns/op", + "extra": "180 times\n4 procs" + } + ] } ] }