From 63e517ecc2d36bdedf4849c9bf3bda9d297b5403 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 20 May 2024 17:18:10 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2a1db3b1aee463c91259d733bf67bcb19448e15b --- 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 bade65875..bac69e407 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1715979034335, + "lastUpdate": 1716225490593, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -109750,6 +109750,38 @@ window.BENCHMARK_DATA = { "extra": "189 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2a1db3b1aee463c91259d733bf67bcb19448e15b", + "message": "Add runtime flag to allow disabling config hot-reload (#5079)", + "timestamp": "2024-05-20T16:06:54Z", + "url": "https://github.com/pomerium/pomerium/pull/5112/commits/2a1db3b1aee463c91259d733bf67bcb19448e15b" + }, + "date": 1716225481823, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9032079, + "unit": "ns/op", + "extra": "128 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6394610, + "unit": "ns/op", + "extra": "194 times\n4 procs" + } + ] } ] }