From 8488d2bbb30a692f22a7bb93185b0f83597edf31 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 28 Aug 2023 20:25:16 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for eeb1fc23cd98249d2855bccc3c790dbd660d5ade --- 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 eaa20273e..515b762f3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1693248416532, + "lastUpdate": 1693254316185, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -64190,6 +64190,38 @@ window.BENCHMARK_DATA = { "extra": "121 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "eeb1fc23cd98249d2855bccc3c790dbd660d5ade", + "message": "config: remove set_authorization_header option", + "timestamp": "2023-08-28T16:46:24Z", + "url": "https://github.com/pomerium/pomerium/pull/4489/commits/eeb1fc23cd98249d2855bccc3c790dbd660d5ade" + }, + "date": 1693254309832, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16811044, + "unit": "ns/op", + "extra": "61 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10980719, + "unit": "ns/op", + "extra": "93 times\n2 procs" + } + ] } ] }