From e2c79b9c120cf33b9ab522d84a27367e9f7f352c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 22 Aug 2022 16:11:00 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 898fdcd96867aa91a76a5b469566fc07936be94f --- 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 b88fc6c4c..ff636671f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1661184634986, + "lastUpdate": 1661184660899, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -7022,6 +7022,38 @@ window.BENCHMARK_DATA = { "extra": "134 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "898fdcd96867aa91a76a5b469566fc07936be94f", + "message": "chore(deps): bump github.com/caddyserver/certmagic from 0.16.2 to 0.16.3", + "timestamp": "2022-08-21T23:07:41Z", + "url": "https://github.com/pomerium/pomerium/pull/3563/commits/898fdcd96867aa91a76a5b469566fc07936be94f" + }, + "date": 1661184659994, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12336966, + "unit": "ns/op", + "extra": "96 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7822232, + "unit": "ns/op", + "extra": "157 times\n2 procs" + } + ] } ] }