From 73af1e590d0d1868e7824a55ce880ec965657161 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 9 Aug 2024 18:08:32 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 554e77bc7c82a761eeda4b0afc5c502c99385249 --- dev/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 983b30a29..f62d98285 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723161009979, + "lastUpdate": 1723226911942, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -117098,6 +117098,42 @@ window.BENCHMARK_DATA = { "extra": "194 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "joekralicky@gmail.com", + "name": "Joe Kralicky", + "username": "kralicky" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "554e77bc7c82a761eeda4b0afc5c502c99385249", + "message": "envoy: log mtls failures (#5210)\n\nenvoy: log mtls failures\r\n\r\nThis implements limited listener-based access logging for downstream\r\ntransport failures, only enabled when downstream_mtls.enforcement is\r\nset to 'reject_connection'. Client certificate details and the error\r\nmessage will be logged.\r\n\r\nAdditionally, the new key 'client-certificate' can be set in the\r\naccess_log_fields list in the configuration, which will add peer\r\ncertificate properties (issuer, subject, SANs) to the existing\r\nper-request http logs.\r\n\r\n---------\r\n\r\nCo-authored-by: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com>", + "timestamp": "2024-08-09T14:05:10-04:00", + "tree_id": "e715fd34a94fc68214cb352163b21da5d3a56431", + "url": "https://github.com/pomerium/pomerium/commit/554e77bc7c82a761eeda4b0afc5c502c99385249" + }, + "date": 1723226900946, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9159568, + "unit": "ns/op", + "extra": "134 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6508604, + "unit": "ns/op", + "extra": "184 times\n4 procs" + } + ] } ] }