From d7d097c54469448a8f6e830732c2a413ac2183ce Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 8 Nov 2023 18:33:56 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e98d5d763f82be6342b321d54b9016bd9e139495 --- 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 e17ab8b77..194c0a08f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699466932196, + "lastUpdate": 1699468436406, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -79514,6 +79514,38 @@ window.BENCHMARK_DATA = { "extra": "178 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "e98d5d763f82be6342b321d54b9016bd9e139495", + "message": "core/config: add pass_identity_headers option", + "timestamp": "2023-11-08T00:42:39Z", + "url": "https://github.com/pomerium/pomerium/pull/4720/commits/e98d5d763f82be6342b321d54b9016bd9e139495" + }, + "date": 1699468427449, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15189006, + "unit": "ns/op", + "extra": "75 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10333080, + "unit": "ns/op", + "extra": "120 times\n2 procs" + } + ] } ] }