From 0cbfe806ff36e86d2bbf7bc74b27741ce0ab8ed9 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 28 Jan 2025 20:08:46 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 84b54af2aa1128987f29f6fa5464c61a67421dff --- 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 db6d7e067..c828d5ec9 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1738093213971, + "lastUpdate": 1738094926019, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -163606,6 +163606,38 @@ window.BENCHMARK_DATA = { "extra": "419623 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "84b54af2aa1128987f29f6fa5464c61a67421dff", + "message": "authorize: filter only by group ID", + "timestamp": "2025-01-27T21:41:12Z", + "url": "https://github.com/pomerium/pomerium/pull/5452/commits/84b54af2aa1128987f29f6fa5464c61a67421dff" + }, + "date": 1738094911659, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9760484, + "unit": "ns/op", + "extra": "122 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6596691, + "unit": "ns/op", + "extra": "192 times\n4 procs" + } + ] } ] }