From 2ab86d2c2db72f3b0a56d8baf2680e2977377662 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 21 Mar 2024 03:16:56 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 7da3de5d64252c9e20b9570f2148b444d18756ac --- 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 eea88a91a..49b366228 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1710988499715, + "lastUpdate": 1710991016199, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -104258,6 +104258,38 @@ window.BENCHMARK_DATA = { "extra": "205 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "7da3de5d64252c9e20b9570f2148b444d18756ac", + "message": "grpc: add databroker keepalive option", + "timestamp": "2024-03-18T10:24:24Z", + "url": "https://github.com/pomerium/pomerium/pull/5034/commits/7da3de5d64252c9e20b9570f2148b444d18756ac" + }, + "date": 1710991007938, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9228817, + "unit": "ns/op", + "extra": "128 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6342519, + "unit": "ns/op", + "extra": "183 times\n4 procs" + } + ] } ] }