From 2368b7eb78621d473182b08c8f9080960df0cb0c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 18 Jan 2023 04:01:09 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2748a181cce4b4eb4c32e766d52c58c09cbf03db --- 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 4dfa46f69..bdc974ea6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1673993218000, + "lastUpdate": 1674014469059, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -30270,6 +30270,38 @@ window.BENCHMARK_DATA = { "extra": "152 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2748a181cce4b4eb4c32e766d52c58c09cbf03db", + "message": "add google cloud creds to ignore", + "timestamp": "2023-01-17T04:09:51Z", + "url": "https://github.com/pomerium/pomerium/pull/3906/commits/2748a181cce4b4eb4c32e766d52c58c09cbf03db" + }, + "date": 1674014468197, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16157303, + "unit": "ns/op", + "extra": "82 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9356845, + "unit": "ns/op", + "extra": "126 times\n2 procs" + } + ] } ] }