From 7b2ff15d3bba128f357ab1f35cdcd64ae72a794d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 26 Dec 2022 16:06:32 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 4a739c361866710c03b714cc9314fbe096316f9d --- 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 c7c885fea..4a76dfcbc 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1672070784897, + "lastUpdate": 1672070792833, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -25650,6 +25650,38 @@ window.BENCHMARK_DATA = { "extra": "147 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "4a739c361866710c03b714cc9314fbe096316f9d", + "message": "chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.18.5 to 1.18.7", + "timestamp": "2022-12-26T13:39:58Z", + "url": "https://github.com/pomerium/pomerium/pull/3838/commits/4a739c361866710c03b714cc9314fbe096316f9d" + }, + "date": 1672070792265, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13493240, + "unit": "ns/op", + "extra": "88 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8122855, + "unit": "ns/op", + "extra": "147 times\n2 procs" + } + ] } ] }