From 89bd53b4864aa17ad009bedc74f45ffc35e7e611 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 12 Dec 2023 18:10:13 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a6ae9d3f2d7b3b8b3c5849e2b503dac01dbe00df --- 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 319686c40..67b1bc68b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1702404086781, + "lastUpdate": 1702404613166, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -89526,6 +89526,42 @@ window.BENCHMARK_DATA = { "extra": "178 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "51246568+kenjenkins@users.noreply.github.com", + "name": "Kenneth Jenkins", + "username": "kenjenkins" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "a6ae9d3f2d7b3b8b3c5849e2b503dac01dbe00df", + "message": "integration: check for profile cookies (#4847)\n\nUpdate the authentication flow integration test to verify that the\r\npomerium_identity_profile cookies are not present for the stateful\r\nauthentication flow.", + "timestamp": "2023-12-12T10:07:13-08:00", + "tree_id": "3ad790994b6699f98af435efffc67f9ab86f4a6f", + "url": "https://github.com/pomerium/pomerium/commit/a6ae9d3f2d7b3b8b3c5849e2b503dac01dbe00df" + }, + "date": 1702404606029, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9402819, + "unit": "ns/op", + "extra": "126 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6752596, + "unit": "ns/op", + "extra": "170 times\n4 procs" + } + ] } ] }