From 5e12671dd65ba2b482c75a66a5155e9fcaecf5cb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 1 Jun 2023 20:09:26 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for ae55bc9421103895f2be2f83aae46632483aeeb0 --- 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 8bc2b65e4..f700aab28 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1685649603394, + "lastUpdate": 1685650166878, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -47646,6 +47646,38 @@ window.BENCHMARK_DATA = { "extra": "102 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "ae55bc9421103895f2be2f83aae46632483aeeb0", + "message": "config: add support for $pomerium.id_token and $pomerium.access_token in set_request_headers", + "timestamp": "2023-06-01T16:59:59Z", + "url": "https://github.com/pomerium/pomerium/pull/4219/commits/ae55bc9421103895f2be2f83aae46632483aeeb0" + }, + "date": 1685650166450, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12924033, + "unit": "ns/op", + "extra": "97 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9014083, + "unit": "ns/op", + "extra": "139 times\n2 procs" + } + ] } ] }