From d4358a08d63e0b6f3018e26b1b22e6992b0e841a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 7 Sep 2022 16:10:21 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for bdd6145e91af9e692d9308d17189f712f7e888ab --- 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 5952880d9..4073a3e57 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1662566297724, + "lastUpdate": 1662567021207, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -9946,6 +9946,42 @@ window.BENCHMARK_DATA = { "extra": "130 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": "bdd6145e91af9e692d9308d17189f712f7e888ab", + "message": "authenticate: get/set identity provider id for all sessions (#3597)", + "timestamp": "2022-09-07T10:06:59-06:00", + "tree_id": "b1ece4b27038caa1ca7e39fcb16c9404029fd775", + "url": "https://github.com/pomerium/pomerium/commit/bdd6145e91af9e692d9308d17189f712f7e888ab" + }, + "date": 1662567019926, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15089315, + "unit": "ns/op", + "extra": "76 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7893446, + "unit": "ns/op", + "extra": "140 times\n2 procs" + } + ] } ] }