From e6cf3bb9b5bea63bdf693a8fe870f90e9975fe0d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 20 Aug 2024 22:39:40 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 08e9e826ce3e0349ef76bc1b9cca9b8196084442 --- 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 f5b39090b..f570bb93d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1724187170129, + "lastUpdate": 1724193580536, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -119454,6 +119454,38 @@ window.BENCHMARK_DATA = { "extra": "182 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "08e9e826ce3e0349ef76bc1b9cca9b8196084442", + "message": "core/zero: periodically report usage", + "timestamp": "2024-08-20T20:22:29Z", + "url": "https://github.com/pomerium/pomerium/pull/5231/commits/08e9e826ce3e0349ef76bc1b9cca9b8196084442" + }, + "date": 1724193569455, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8796912, + "unit": "ns/op", + "extra": "134 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6342124, + "unit": "ns/op", + "extra": "186 times\n4 procs" + } + ] } ] }