From 3a27c0541c8426cd9b008cea4e2bf3a2affee8e9 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 19 Sep 2022 21:15:56 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for efecb90e50e4df4fa2f2e30ec6369f8f28aebbd9 --- 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 138454711..9fdc4703b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1663620551021, + "lastUpdate": 1663622156028, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -11550,6 +11550,38 @@ window.BENCHMARK_DATA = { "extra": "135 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "efecb90e50e4df4fa2f2e30ec6369f8f28aebbd9", + "message": "remove forward auth", + "timestamp": "2022-09-19T18:38:38Z", + "url": "https://github.com/pomerium/pomerium/pull/3628/commits/efecb90e50e4df4fa2f2e30ec6369f8f28aebbd9" + }, + "date": 1663622155638, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13403283, + "unit": "ns/op", + "extra": "100 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7886948, + "unit": "ns/op", + "extra": "151 times\n2 procs" + } + ] } ] }