mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 23:09:23 +02:00
add Benchmark (go) benchmark result for 554e77bc7c
This commit is contained in:
parent
5320b550a5
commit
73af1e590d
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1723161009979,
|
"lastUpdate": 1723226911942,
|
||||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -117098,6 +117098,42 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "194 times\n4 procs"
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue