From 6c1b8aa0515ff2327c696ee67d3128c8573b35c4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 7 Nov 2023 23:47:28 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 46ebdb858ca5fdf519dc5cbf07c3514c5161ee5c --- 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 201860c5b..f16ea07c3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699400390195, + "lastUpdate": 1699400848019, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -79382,6 +79382,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "46ebdb858ca5fdf519dc5cbf07c3514c5161ee5c", + "message": "core/config: add pass_identity_headers option", + "timestamp": "2023-11-07T07:00:34Z", + "url": "https://github.com/pomerium/pomerium/pull/4720/commits/46ebdb858ca5fdf519dc5cbf07c3514c5161ee5c" + }, + "date": 1699400840125, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12844749, + "unit": "ns/op", + "extra": "86 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8266808, + "unit": "ns/op", + "extra": "139 times\n2 procs" + } + ] } ] }