From 08caa847e5ed0e69782bde801a607b9cd6691f02 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 29 Jul 2024 22:08:05 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for bb54e8b3813486e4b4afd2cfae9e1a52d35c9dc0 --- 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 d67506ad6..4a925ae2f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1722282434413, + "lastUpdate": 1722290885847, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -115458,6 +115458,38 @@ window.BENCHMARK_DATA = { "extra": "189 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "bb54e8b3813486e4b4afd2cfae9e1a52d35c9dc0", + "message": "core/authorize: always pass jwt", + "timestamp": "2024-07-29T19:43:55Z", + "url": "https://github.com/pomerium/pomerium/pull/5190/commits/bb54e8b3813486e4b4afd2cfae9e1a52d35c9dc0" + }, + "date": 1722290875352, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8465716, + "unit": "ns/op", + "extra": "136 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5994932, + "unit": "ns/op", + "extra": "192 times\n4 procs" + } + ] } ] }