From 8f49fccb760445b2f8f2da8717c98548ce1aab8e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 29 Aug 2024 17:36:46 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 56950bae8ccb92c7575b6ff67d34760b9e4203da --- 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 290b77fc2..21264645f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1724952892994, + "lastUpdate": 1724953006231, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -121162,6 +121162,38 @@ window.BENCHMARK_DATA = { "extra": "183 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "56950bae8ccb92c7575b6ff67d34760b9e4203da", + "message": "core/ui: update logo", + "timestamp": "2024-08-29T16:05:37Z", + "url": "https://github.com/pomerium/pomerium/pull/5249/commits/56950bae8ccb92c7575b6ff67d34760b9e4203da" + }, + "date": 1724952995116, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10396098, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7175094, + "unit": "ns/op", + "extra": "166 times\n4 procs" + } + ] } ] }