From 846d5093fa1525db3940c3ae91655110aab823d8 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 29 Oct 2024 21:35:46 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 39a6be2328bfd053c94a0a018d71a7ee6ff21251 --- 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 a8f28e101..f145e1b09 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729891604213, + "lastUpdate": 1730237746461, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -128318,6 +128318,38 @@ window.BENCHMARK_DATA = { "extra": "177 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "39a6be2328bfd053c94a0a018d71a7ee6ff21251", + "message": "config: fix redirect response code", + "timestamp": "2024-10-26T18:43:16Z", + "url": "https://github.com/pomerium/pomerium/pull/5346/commits/39a6be2328bfd053c94a0a018d71a7ee6ff21251" + }, + "date": 1730237734458, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10122985, + "unit": "ns/op", + "extra": "120 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6855629, + "unit": "ns/op", + "extra": "164 times\n4 procs" + } + ] } ] }