From 40ab9f3b7b5b470281dbf86b868139cdab457872 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 11 Apr 2024 20:30:32 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a0c806fc2728be573cdeb7563ae4da53bf16a9ce --- 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 66365a8e3..9a117b16e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1712847072939, + "lastUpdate": 1712867432651, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -105934,6 +105934,38 @@ window.BENCHMARK_DATA = { "extra": "163 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "a0c806fc2728be573cdeb7563ae4da53bf16a9ce", + "message": "core/zero: lower log level", + "timestamp": "2024-04-11T16:29:53Z", + "url": "https://github.com/pomerium/pomerium/pull/5065/commits/a0c806fc2728be573cdeb7563ae4da53bf16a9ce" + }, + "date": 1712867423981, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9147583, + "unit": "ns/op", + "extra": "128 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6423736, + "unit": "ns/op", + "extra": "181 times\n4 procs" + } + ] } ] }