From efb672d059f121b1d27c4a1eeaeeb493bdf8f403 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 3 Jan 2023 17:02:09 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for f308015cabc06c13c29051b42c473750a60a4abb --- 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 a08183a2d..3fefbc5f0 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1672764213868, + "lastUpdate": 1672765329240, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -27214,6 +27214,38 @@ window.BENCHMARK_DATA = { "extra": "134 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "f308015cabc06c13c29051b42c473750a60a4abb", + "message": "mTLS: allow gRPC TLS for all in one", + "timestamp": "2023-01-03T12:02:22Z", + "url": "https://github.com/pomerium/pomerium/pull/3854/commits/f308015cabc06c13c29051b42c473750a60a4abb" + }, + "date": 1672765328491, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12379234, + "unit": "ns/op", + "extra": "90 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7998056, + "unit": "ns/op", + "extra": "142 times\n2 procs" + } + ] } ] }