From eb7389e532ef03da10bbdb003ee8f9f2146d094a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 25 Jul 2022 16:11:29 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 42e35f96c7514fc9ab6998d7bf5d087dfba3e271 --- 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 21ac08f64..5aa9c6d49 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1658763867840, + "lastUpdate": 1658765489686, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -3002,6 +3002,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "42e35f96c7514fc9ab6998d7bf5d087dfba3e271", + "message": "chore(deps): bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.2", + "timestamp": "2022-07-25T13:51:59Z", + "url": "https://github.com/pomerium/pomerium/pull/3499/commits/42e35f96c7514fc9ab6998d7bf5d087dfba3e271" + }, + "date": 1658765488992, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16535017, + "unit": "ns/op", + "extra": "73 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8990785, + "unit": "ns/op", + "extra": "133 times\n2 procs" + } + ] } ] }