From db881e6fd8ee959d4882115120fb1c5751c7883d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 26 Apr 2023 16:35:28 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 498bc82e81de4d2ff0854a6523b91565b28b6d97 --- dev/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 842ca0db4..7eb70f542 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1682479268403, + "lastUpdate": 1682526928896, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -42742,6 +42742,42 @@ window.BENCHMARK_DATA = { "extra": "133 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "email": "cdoxsey@pomerium.com", + "name": "Caleb Doxsey", + "username": "calebdoxsey" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "498bc82e81de4d2ff0854a6523b91565b28b6d97", + "message": "config: default to authenticate.pomerium.app when authenticate url is not specified (#4132)", + "timestamp": "2023-04-26T10:32:17-06:00", + "tree_id": "3d8d63a2e1afa103afa5be45aaeed95f2bf00dd3", + "url": "https://github.com/pomerium/pomerium/commit/498bc82e81de4d2ff0854a6523b91565b28b6d97" + }, + "date": 1682526928045, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 20309743, + "unit": "ns/op", + "extra": "62 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 11519766, + "unit": "ns/op", + "extra": "91 times\n2 procs" + } + ] } ] }