From 8c048059a44c7a18b7af2647780754ab5e2e17c0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 31 Jul 2024 19:26:10 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 3352e3fe7d50bac4289831f10458bd2ef7b8e545 --- 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 f929779ec..7b70663d5 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1722453926551, + "lastUpdate": 1722453970744, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -115878,6 +115878,38 @@ window.BENCHMARK_DATA = { "extra": "184 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "3352e3fe7d50bac4289831f10458bd2ef7b8e545", + "message": "envoy: enable access logging for main http/grpc listeners", + "timestamp": "2024-07-30T14:34:18Z", + "url": "https://github.com/pomerium/pomerium/pull/5196/commits/3352e3fe7d50bac4289831f10458bd2ef7b8e545" + }, + "date": 1722453960528, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9261692, + "unit": "ns/op", + "extra": "126 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6475216, + "unit": "ns/op", + "extra": "176 times\n4 procs" + } + ] } ] }