From 1cd6969f62bd801b0926628319cffb4be7b7bc1c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 12 Jun 2024 22:04:22 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 275b8015cf5498fa5aff48e74e30cea405249622 --- 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 d7b381860..7d4b2b08d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1718226517369, + "lastUpdate": 1718229862137, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -111758,6 +111758,38 @@ window.BENCHMARK_DATA = { "extra": "189 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "275b8015cf5498fa5aff48e74e30cea405249622", + "message": "Add runtime flag to allow disabling config hot-reload (#5079)", + "timestamp": "2024-06-12T20:31:46Z", + "url": "https://github.com/pomerium/pomerium/pull/5112/commits/275b8015cf5498fa5aff48e74e30cea405249622" + }, + "date": 1718229852392, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10730009, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7409180, + "unit": "ns/op", + "extra": "162 times\n4 procs" + } + ] } ] }