From 28cf729ad1a13f47bfbf9317bc8903a73f88f097 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 18 Jul 2022 16:45:24 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 98b09486d03ec1ecea7dae1b382a19191baf5e87 --- 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 1ae5516e1..b640b15e0 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1658162697557, + "lastUpdate": 1658162724237, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -2582,6 +2582,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "98b09486d03ec1ecea7dae1b382a19191baf5e87", + "message": "chore(deps): bump mikefarah/yq from 4.25.3 to 4.26.1", + "timestamp": "2022-07-18T06:28:07Z", + "url": "https://github.com/pomerium/pomerium/pull/3491/commits/98b09486d03ec1ecea7dae1b382a19191baf5e87" + }, + "date": 1658162723435, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16271112, + "unit": "ns/op", + "extra": "79 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10119933, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }