From ede2b31d2e2a371c197594d10c2174267073449c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 31 May 2023 17:26:54 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 400d150d254a3703f9e260434c113adb68981b0e --- 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 4593e59eb..d18e3ae2c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1685547804988, + "lastUpdate": 1685554014215, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -47354,6 +47354,38 @@ window.BENCHMARK_DATA = { "extra": "93 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "400d150d254a3703f9e260434c113adb68981b0e", + "message": "authorize: populate issuer even when policy is nil", + "timestamp": "2023-05-31T00:29:58Z", + "url": "https://github.com/pomerium/pomerium/pull/4215/commits/400d150d254a3703f9e260434c113adb68981b0e" + }, + "date": 1685554013234, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16835801, + "unit": "ns/op", + "extra": "84 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10210381, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }