From d0cde171885358f2d5ca5bc177a039ad6144e42e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 24 Jul 2023 22:33:02 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for c23fd150eba535a6cac283132f4bb4455258a0e0 --- 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 4b65cfab3..e98487885 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1690237950152, + "lastUpdate": 1690237982457, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -57746,6 +57746,38 @@ window.BENCHMARK_DATA = { "extra": "133 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "c23fd150eba535a6cac283132f4bb4455258a0e0", + "message": "proxy: add support for logging http request headers", + "timestamp": "2023-07-24T21:01:10Z", + "url": "https://github.com/pomerium/pomerium/pull/4388/commits/c23fd150eba535a6cac283132f4bb4455258a0e0" + }, + "date": 1690237977397, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13680363, + "unit": "ns/op", + "extra": "86 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9117337, + "unit": "ns/op", + "extra": "127 times\n2 procs" + } + ] } ] }