From 199dcbe5bc6befc2ab021f6b471d3a58c083872b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 18 Apr 2024 21:07:11 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 3b8f193333833c93d11722a39b48b13731911f7b --- 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 5e0a485bd..4a3d12113 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1713453927181, + "lastUpdate": 1713474431688, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -106502,6 +106502,38 @@ window.BENCHMARK_DATA = { "extra": "206 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "3b8f193333833c93d11722a39b48b13731911f7b", + "message": "health-check: add storage health check", + "timestamp": "2024-04-18T14:46:26Z", + "url": "https://github.com/pomerium/pomerium/pull/5074/commits/3b8f193333833c93d11722a39b48b13731911f7b" + }, + "date": 1713474423298, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8905344, + "unit": "ns/op", + "extra": "130 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6529332, + "unit": "ns/op", + "extra": "187 times\n4 procs" + } + ] } ] }