From 6ae5fe984057985f8caa66505f359258e4cbd8e0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 8 Sep 2022 19:33:22 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 8482a422ca05f5ee643fdc136e1b5a53bd1ca1d5 --- 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 9d103e150..6bbb1888c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1662567096908, + "lastUpdate": 1662665601992, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -10014,6 +10014,38 @@ window.BENCHMARK_DATA = { "extra": "148 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "8482a422ca05f5ee643fdc136e1b5a53bd1ca1d5", + "message": "config: use config.Config instead of config.Options everywhere", + "timestamp": "2022-09-08T17:27:36Z", + "url": "https://github.com/pomerium/pomerium/pull/3576/commits/8482a422ca05f5ee643fdc136e1b5a53bd1ca1d5" + }, + "date": 1662665601574, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12149768, + "unit": "ns/op", + "extra": "94 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7656369, + "unit": "ns/op", + "extra": "156 times\n2 procs" + } + ] } ] }