From 4aede1db68449ae89e0570eacc2fa50d53c3e3a3 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 8 Aug 2023 19:39:23 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 8c2a48a0d624bd95b29b5d24a9fd65c7b1c98435 --- 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 f55c9ccbb..279752744 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1691520802552, + "lastUpdate": 1691523563153, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -61682,6 +61682,38 @@ window.BENCHMARK_DATA = { "extra": "91 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "8c2a48a0d624bd95b29b5d24a9fd65c7b1c98435", + "message": "authorize: client cert fingerprint in set_request_headers", + "timestamp": "2023-08-07T03:04:01Z", + "url": "https://github.com/pomerium/pomerium/pull/4447/commits/8c2a48a0d624bd95b29b5d24a9fd65c7b1c98435" + }, + "date": 1691523558351, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14768029, + "unit": "ns/op", + "extra": "87 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10837308, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }