From 551373ba7881330e9ca140c4d30c1d76c91383a6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 1 Mar 2024 04:30:17 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d6b2f5befb35519fe4478b675e7d70c0ab1064f0 --- 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 0c871abac..2b469731a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1709242267580, + "lastUpdate": 1709267417224, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -98158,6 +98158,38 @@ window.BENCHMARK_DATA = { "extra": "175 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "d6b2f5befb35519fe4478b675e7d70c0ab1064f0", + "message": "core/zero: fix ticker usage", + "timestamp": "2024-03-01T04:09:11Z", + "url": "https://github.com/pomerium/pomerium/pull/4969/commits/d6b2f5befb35519fe4478b675e7d70c0ab1064f0" + }, + "date": 1709267410097, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8307132, + "unit": "ns/op", + "extra": "139 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5679782, + "unit": "ns/op", + "extra": "211 times\n4 procs" + } + ] } ] }