From a2edfb8230b6ba2f690fc47add1f25c451890d86 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 7 Dec 2022 00:27:10 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2511701f6d4ad067955561e2fb8e7f6b2873d41b --- 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 09d246e54..547a5f891 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1670356184268, + "lastUpdate": 1670372830651, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -23046,6 +23046,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2511701f6d4ad067955561e2fb8e7f6b2873d41b", + "message": "autocert: add support for storage in s3", + "timestamp": "2022-12-06T18:37:35Z", + "url": "https://github.com/pomerium/pomerium/pull/3793/commits/2511701f6d4ad067955561e2fb8e7f6b2873d41b" + }, + "date": 1670372830248, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13449276, + "unit": "ns/op", + "extra": "85 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8420592, + "unit": "ns/op", + "extra": "139 times\n2 procs" + } + ] } ] }