From a067dd1ece53dde293828df947cc9d9f525f6dee Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 14 Nov 2022 16:06:29 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 5e6450514e7a68a8d0f584533896b5927056988c --- 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 24cc11ed8..cebdd5950 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1668441969929, + "lastUpdate": 1668441989004, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -19306,6 +19306,38 @@ window.BENCHMARK_DATA = { "extra": "150 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "5e6450514e7a68a8d0f584533896b5927056988c", + "message": "chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 0.8.0 to 0.9.0", + "timestamp": "2022-11-14T05:02:43Z", + "url": "https://github.com/pomerium/pomerium/pull/3744/commits/5e6450514e7a68a8d0f584533896b5927056988c" + }, + "date": 1668441988457, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15005809, + "unit": "ns/op", + "extra": "74 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10297743, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }