From f387e5cb43deb73dfc0449587a74ae751eb99364 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 31 May 2023 18:31:42 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a58270c4013f22f9c535745758f8ec6d1067fc2d --- 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 d18e3ae2c..2a1505b3c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1685554014215, + "lastUpdate": 1685557901992, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -47386,6 +47386,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "a58270c4013f22f9c535745758f8ec6d1067fc2d", + "message": "config: update logic for checking overlapping certificates", + "timestamp": "2023-05-31T00:29:58Z", + "url": "https://github.com/pomerium/pomerium/pull/4216/commits/a58270c4013f22f9c535745758f8ec6d1067fc2d" + }, + "date": 1685557901133, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 19109408, + "unit": "ns/op", + "extra": "74 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 12049203, + "unit": "ns/op", + "extra": "99 times\n2 procs" + } + ] } ] }