From ecaf2cd9a015ce9a64f7ed1a122d85f4a83cf204 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 6 Mar 2024 21:24:28 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for bec9b5fc44c202f419d3ee7d4746c4236d916795 --- 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 cd3312833..d2904ad0b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1709757992026, + "lastUpdate": 1709760268351, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -102922,6 +102922,38 @@ window.BENCHMARK_DATA = { "extra": "198 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "bec9b5fc44c202f419d3ee7d4746c4236d916795", + "message": "core/zero: fix ticker usage", + "timestamp": "2024-03-06T18:22:15Z", + "url": "https://github.com/pomerium/pomerium/pull/4969/commits/bec9b5fc44c202f419d3ee7d4746c4236d916795" + }, + "date": 1709760260438, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8275109, + "unit": "ns/op", + "extra": "141 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5734854, + "unit": "ns/op", + "extra": "216 times\n4 procs" + } + ] } ] }