From 65ba8001f82e1c7aad80dc318900f10c938c45fe Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 19 Jul 2023 19:06:20 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 8f0fe6491403d19d37f9c27e190d23a9b7e6f4c8 --- 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 ca5f34800..87ef4d137 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1689792237093, + "lastUpdate": 1689793580269, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -56782,6 +56782,38 @@ window.BENCHMARK_DATA = { "extra": "124 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "8f0fe6491403d19d37f9c27e190d23a9b7e6f4c8", + "message": "envoy: add a filter to store client cert info", + "timestamp": "2023-07-19T06:08:52Z", + "url": "https://github.com/pomerium/pomerium/pull/4372/commits/8f0fe6491403d19d37f9c27e190d23a9b7e6f4c8" + }, + "date": 1689793575994, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15133788, + "unit": "ns/op", + "extra": "81 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9798950, + "unit": "ns/op", + "extra": "130 times\n2 procs" + } + ] } ] }