From cedf970830ba586b877a2f09981f6f19471e7d95 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 24 Oct 2022 16:26:32 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 12b65d34610a1a28ac5f55b75ccb7b70b4f1610b --- 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 4171961e5..7c2cfc364 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1666628734885, + "lastUpdate": 1666628792080, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -15870,6 +15870,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "12b65d34610a1a28ac5f55b75ccb7b70b4f1610b", + "message": "chore(deps): bump github.com/golangci/golangci-lint from 1.50.0 to 1.50.1", + "timestamp": "2022-10-24T11:00:33Z", + "url": "https://github.com/pomerium/pomerium/pull/3697/commits/12b65d34610a1a28ac5f55b75ccb7b70b4f1610b" + }, + "date": 1666628791221, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16692608, + "unit": "ns/op", + "extra": "68 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10599100, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }