From a5e812d3f3ded17479818da2d854e494d2173c38 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 16 May 2023 14:25:22 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 8061cab1c02e7e3f8cd06efc968e6ffdc3ef1803 --- 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 7172d4aa0..1941306fa 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1684186740460, + "lastUpdate": 1684247122380, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -45522,6 +45522,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "8061cab1c02e7e3f8cd06efc968e6ffdc3ef1803", + "message": "authenticate: add aws cognito", + "timestamp": "2023-05-16T09:15:24Z", + "url": "https://github.com/pomerium/pomerium/pull/4137/commits/8061cab1c02e7e3f8cd06efc968e6ffdc3ef1803" + }, + "date": 1684247121452, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 17104660, + "unit": "ns/op", + "extra": "67 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10691742, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }