From 8b8e97a0ef859a696dd5f0b9ef07294ae19c6ef6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 22 Oct 2024 19:59:28 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a4867179b0068eec2da1112a76e58b5812d8e5e0 --- dev/bench/data.js | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 7bbbd33db..4e190a016 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729626184256, + "lastUpdate": 1729627168612, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -127102,6 +127102,38 @@ window.BENCHMARK_DATA = { "extra": "171 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "a4867179b0068eec2da1112a76e58b5812d8e5e0", + "message": "authorize: serialize errors in metav1.Status format when kubernetes user-agent is detected", + "timestamp": "2024-10-18T08:54:47Z", + "url": "https://github.com/pomerium/pomerium/pull/5334/commits/a4867179b0068eec2da1112a76e58b5812d8e5e0" + }, + "date": 1729627145338, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9767170, + "unit": "ns/op", + "extra": "120 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6497810, + "unit": "ns/op", + "extra": "188 times\n4 procs" + } + ] } ] }