From 47454aae57f667c8e019f4abdb1a7bc86370e0a6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 19 Oct 2022 15:44:25 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e3fe4c041dcec7429e4a481665cf3de471282ac7 --- 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 562cf4733..1f3302757 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1666194031455, + "lastUpdate": 1666194265094, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -15374,6 +15374,38 @@ window.BENCHMARK_DATA = { "extra": "123 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "e3fe4c041dcec7429e4a481665cf3de471282ac7", + "message": "lint: remove deprecated linters", + "timestamp": "2022-10-18T12:23:58Z", + "url": "https://github.com/pomerium/pomerium/pull/3686/commits/e3fe4c041dcec7429e4a481665cf3de471282ac7" + }, + "date": 1666194263724, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 17396587, + "unit": "ns/op", + "extra": "75 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10237785, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }