From a8d4ff47afcd27be80667417d8a60d88edaeb19d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 13 Oct 2022 19:04:44 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for ef4d0584e9dc941c2265ef8e2fd1dab387ad3320 --- 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 e5835a603..51da5aa15 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1665675223615, + "lastUpdate": 1665687884706, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -13802,6 +13802,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "ef4d0584e9dc941c2265ef8e2fd1dab387ad3320", + "message": "fileutil: update watcher to use fsnotify and polling", + "timestamp": "2022-10-12T12:33:35Z", + "url": "https://github.com/pomerium/pomerium/pull/3663/commits/ef4d0584e9dc941c2265ef8e2fd1dab387ad3320" + }, + "date": 1665687884280, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16063397, + "unit": "ns/op", + "extra": "74 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10397989, + "unit": "ns/op", + "extra": "127 times\n2 procs" + } + ] } ] }