mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-04 10:28:10 +02:00
add Benchmark (go) benchmark result for e3e7de741c
This commit is contained in:
parent
dfe559b4af
commit
b05419d533
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1723569472130,
|
"lastUpdate": 1723571101450,
|
||||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -117198,6 +117198,42 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "177 times\n4 procs"
|
"extra": "177 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": "e3e7de741c8cc113f11d1578258f79dc32275997",
|
||||||
|
"message": "envoy: support http2 prior knowledge for insecure upstream targets (#5205)\n\nThis allows using the scheme 'h2c' to indicate http2 prior knowledge for\r\ninsecure upstream servers. This can be used to perform TLS termination for\r\nGRPC servers configured with insecure credentials.\r\n\r\nAs an example, this allows the following route configuration:\r\n\r\nroutes:\r\n - from: https://grpc.localhost.pomerium.io\r\n to: h2c://localhost:9090",
|
||||||
|
"timestamp": "2024-08-13T13:40:44-04:00",
|
||||||
|
"tree_id": "3fec36ec7a2dab1ce9fd7e800f75566414a7000f",
|
||||||
|
"url": "https://github.com/pomerium/pomerium/commit/e3e7de741c8cc113f11d1578258f79dc32275997"
|
||||||
|
},
|
||||||
|
"date": 1723571091170,
|
||||||
|
"tool": "go",
|
||||||
|
"benches": [
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedInUserAccess",
|
||||||
|
"value": 9191853,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "130 times\n4 procs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedOutUserAccess",
|
||||||
|
"value": 6579345,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "190 times\n4 procs"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue