From 09a7b5b327aa03d243cf81af57b139492e4dba38 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 23 Aug 2024 18:03:27 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 0da3d1098fd3ddb654c8fe42d25c8f1fe4c9f4fe --- 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 b90ceaebe..be3acfcdc 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1724436012886, + "lastUpdate": 1724436207410, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -120174,6 +120174,38 @@ window.BENCHMARK_DATA = { "extra": "171 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "0da3d1098fd3ddb654c8fe42d25c8f1fe4c9f4fe", + "message": "core/logs: remove warnings", + "timestamp": "2024-08-23T16:35:50Z", + "url": "https://github.com/pomerium/pomerium/pull/5235/commits/0da3d1098fd3ddb654c8fe42d25c8f1fe4c9f4fe" + }, + "date": 1724436196454, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9257965, + "unit": "ns/op", + "extra": "130 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6290306, + "unit": "ns/op", + "extra": "184 times\n4 procs" + } + ] } ] }