From a514bef7682dcd1d2dae7acdc1bacccbea6df19c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 25 Oct 2024 18:54:25 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for fe31799eb5d20074a9722075b0d003efa124725b --- dev/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 4ae4af492..a6b59b3e2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729882103539, + "lastUpdate": 1729882465002, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -128150,6 +128150,42 @@ window.BENCHMARK_DATA = { "extra": "172 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "joekralicky@gmail.com", + "name": "Joe Kralicky", + "username": "kralicky" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "fe31799eb5d20074a9722075b0d003efa124725b", + "message": "Fix many instances of contexts and loggers not being propagated (#5340)\n\nThis also replaces instances where we manually write \"return ctx.Err()\"\r\nwith \"return context.Cause(ctx)\" which is functionally identical, but\r\nwill also correctly propagate cause errors if present.", + "timestamp": "2024-10-25T14:50:56-04:00", + "tree_id": "3aa0d2ce9d2fd6f8f2bfc38c4c956ffe166c9f01", + "url": "https://github.com/pomerium/pomerium/commit/fe31799eb5d20074a9722075b0d003efa124725b" + }, + "date": 1729882453239, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9468063, + "unit": "ns/op", + "extra": "128 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6666954, + "unit": "ns/op", + "extra": "186 times\n4 procs" + } + ] } ] }