diff --git a/dev/bench/data.js b/dev/bench/data.js index 39692b1ab..0cefb7aa2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723569472130, + "lastUpdate": 1723571101450, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -117198,6 +117198,42 @@ window.BENCHMARK_DATA = { "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" + } + ] } ] }