From 9a7adf9fa0065abc41b405d699c3ab9f8897d37f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 3 Nov 2023 20:15:41 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 27f75e3644a4e2c98362f35bdd918d268016e094 --- 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 7795fb96c..60b21f6be 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699041310161, + "lastUpdate": 1699042541198, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -78242,6 +78242,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "27f75e3644a4e2c98362f35bdd918d268016e094", + "message": "core/config: refactor file watcher", + "timestamp": "2023-11-03T17:13:33Z", + "url": "https://github.com/pomerium/pomerium/pull/4702/commits/27f75e3644a4e2c98362f35bdd918d268016e094" + }, + "date": 1699042527510, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16496463, + "unit": "ns/op", + "extra": "76 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9434113, + "unit": "ns/op", + "extra": "123 times\n2 procs" + } + ] } ] }