From 840e90c1b0c11d925e5d8ff0a49c2f01d893a2df Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 4 Dec 2023 16:32:28 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1780fefa722b101eed28ece546920a993a4a6c5a --- 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 3ae25e400..74ee11c07 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701699495142, + "lastUpdate": 1701707548688, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -83874,6 +83874,42 @@ window.BENCHMARK_DATA = { "extra": "170 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "cdoxsey@pomerium.com", + "name": "Caleb Doxsey", + "username": "calebdoxsey" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "1780fefa722b101eed28ece546920a993a4a6c5a", + "message": "core/storage: hijack connections for notification listeners (#4806)", + "timestamp": "2023-12-04T09:29:10-07:00", + "tree_id": "4e883491d85b4588974c21763177aab258472241", + "url": "https://github.com/pomerium/pomerium/commit/1780fefa722b101eed28ece546920a993a4a6c5a" + }, + "date": 1701707542172, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10756035, + "unit": "ns/op", + "extra": "94 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6477915, + "unit": "ns/op", + "extra": "184 times\n4 procs" + } + ] } ] }