From 6fddd8485ec1acb47b47efad3ac124a2bad5c0ef Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 5 Jan 2024 19:09:01 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d726de73487f4b5163015dd96eca2b9db5439525 --- 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 6097ba1c8..76165a076 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1704480661017, + "lastUpdate": 1704481741384, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -92878,6 +92878,38 @@ window.BENCHMARK_DATA = { "extra": "170 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "d726de73487f4b5163015dd96eca2b9db5439525", + "message": "authenticate: rework CORS headers log entry", + "timestamp": "2024-01-04T16:29:22Z", + "url": "https://github.com/pomerium/pomerium/pull/4900/commits/d726de73487f4b5163015dd96eca2b9db5439525" + }, + "date": 1704481734429, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8918132, + "unit": "ns/op", + "extra": "130 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6548411, + "unit": "ns/op", + "extra": "193 times\n4 procs" + } + ] } ] }