From dbf3d444682224679a9ebea47d1d9e19ec0c1527 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 22 Nov 2024 19:36:29 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2bb70258c3fa21de7dd54755ad536a74e3696b6f --- 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 f47a3078c..8e5314459 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1732296100962, + "lastUpdate": 1732304189425, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -131158,6 +131158,42 @@ window.BENCHMARK_DATA = { "extra": "238 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "dmishin@pomerium.com", + "name": "Denis Mishin", + "username": "wasaga" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "2bb70258c3fa21de7dd54755ad536a74e3696b6f", + "message": "authorize/log: remove audit logging (#5369)", + "timestamp": "2024-11-22T14:32:52-05:00", + "tree_id": "e46b298386989eedcedd429be1d4973d3c3a905c", + "url": "https://github.com/pomerium/pomerium/commit/2bb70258c3fa21de7dd54755ad536a74e3696b6f" + }, + "date": 1732304176488, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 7724759, + "unit": "ns/op", + "extra": "136 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5476571, + "unit": "ns/op", + "extra": "219 times\n4 procs" + } + ] } ] }