From 21a506e65ce7fd2fa706665e2e5f8d3fc650726e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 5 Sep 2024 21:19:17 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d76914b3c881f13b6c05729d49f80f9b7957911d --- 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 4474d0898..e083b38f7 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1725571098976, + "lastUpdate": 1725571157851, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -122634,6 +122634,38 @@ window.BENCHMARK_DATA = { "extra": "175 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "d76914b3c881f13b6c05729d49f80f9b7957911d", + "message": "core/logging: change log.Error function", + "timestamp": "2024-09-05T16:39:54Z", + "url": "https://github.com/pomerium/pomerium/pull/5251/commits/d76914b3c881f13b6c05729d49f80f9b7957911d" + }, + "date": 1725571146932, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9141022, + "unit": "ns/op", + "extra": "126 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6593325, + "unit": "ns/op", + "extra": "177 times\n4 procs" + } + ] } ] }