From 705b919c24e0c767568aa0ffb666d68c6afff583 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 8 Jan 2024 14:07:16 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2dbcf32cc68c804de50a8a819f06eba5f6d70c9f --- 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 da11bd673..b43a47da0 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1704670185231, + "lastUpdate": 1704722836239, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -93010,6 +93010,42 @@ window.BENCHMARK_DATA = { "extra": "186 times\n4 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": "2dbcf32cc68c804de50a8a819f06eba5f6d70c9f", + "message": "core/proxy: handle missing session for user info endpoint (#4769)", + "timestamp": "2024-01-08T07:03:49-07:00", + "tree_id": "5a8956e938a2f0ea02dccaaee444597b76ceca32", + "url": "https://github.com/pomerium/pomerium/commit/2dbcf32cc68c804de50a8a819f06eba5f6d70c9f" + }, + "date": 1704722828749, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9260186, + "unit": "ns/op", + "extra": "133 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6282443, + "unit": "ns/op", + "extra": "192 times\n4 procs" + } + ] } ] }