From b976fcc848b1fd41cbdd6603ae6de8389d9fc89e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 26 Dec 2022 16:06:07 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for c9ecb95ec4c30bd1565e1e976a98139deb5658df --- 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 4e5c9dff3..b6864a16a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1672070766747, + "lastUpdate": 1672070767842, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -25554,6 +25554,38 @@ window.BENCHMARK_DATA = { "extra": "144 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "c9ecb95ec4c30bd1565e1e976a98139deb5658df", + "message": "chore(deps): bump mikefarah/yq from 4.30.5 to 4.30.6", + "timestamp": "2022-12-26T13:39:58Z", + "url": "https://github.com/pomerium/pomerium/pull/3837/commits/c9ecb95ec4c30bd1565e1e976a98139deb5658df" + }, + "date": 1672070766747, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13180186, + "unit": "ns/op", + "extra": "92 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7845204, + "unit": "ns/op", + "extra": "145 times\n2 procs" + } + ] } ] }