From 063800ee2b1c79b9c9d10411da970e6bea1f7802 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 8 Aug 2022 20:24:23 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for ecf9a2a58d6235d1f2b2f53fc7e01eb8dde2261b --- 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 b18a96065..1ae03437c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1659990214080, + "lastUpdate": 1659990263257, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -5822,6 +5822,38 @@ window.BENCHMARK_DATA = { "extra": "151 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "ecf9a2a58d6235d1f2b2f53fc7e01eb8dde2261b", + "message": "authorize: add policy error details for custom error messages", + "timestamp": "2022-08-08T09:16:28Z", + "url": "https://github.com/pomerium/pomerium/pull/3542/commits/ecf9a2a58d6235d1f2b2f53fc7e01eb8dde2261b" + }, + "date": 1659990261765, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15097772, + "unit": "ns/op", + "extra": "80 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9123514, + "unit": "ns/op", + "extra": "130 times\n2 procs" + } + ] } ] }