From d9c00309b4d37bb4a0cbe5eb4f46fef19d420ed4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 3 Nov 2023 21:07:07 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 334c0756be5f853e21920c59647f853a5d968e28 --- 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 4806d93c6..0902f8e55 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699044312541, + "lastUpdate": 1699045627125, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -78338,6 +78338,38 @@ window.BENCHMARK_DATA = { "extra": "140 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "334c0756be5f853e21920c59647f853a5d968e28", + "message": "core/config: refactor file watcher", + "timestamp": "2023-11-03T17:13:33Z", + "url": "https://github.com/pomerium/pomerium/pull/4702/commits/334c0756be5f853e21920c59647f853a5d968e28" + }, + "date": 1699045618332, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15747413, + "unit": "ns/op", + "extra": "64 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10220193, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }