From 507edb58f5ac48e4f53ec3c7ca90d41a80d4f36d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 7 Nov 2023 23:07:11 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for cd61532e98cb32929a1b5ebaf9ae9e355eaeb60b --- 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 ed99a83cf..191913279 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699393560850, + "lastUpdate": 1699398431237, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -79318,6 +79318,38 @@ window.BENCHMARK_DATA = { "extra": "159 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "cd61532e98cb32929a1b5ebaf9ae9e355eaeb60b", + "message": "core/config: remove unnecessary authenticate route", + "timestamp": "2023-11-07T07:00:34Z", + "url": "https://github.com/pomerium/pomerium/pull/4719/commits/cd61532e98cb32929a1b5ebaf9ae9e355eaeb60b" + }, + "date": 1699398423092, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13455259, + "unit": "ns/op", + "extra": "85 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8344956, + "unit": "ns/op", + "extra": "139 times\n2 procs" + } + ] } ] }