From 73c896f00a57c9fdbef495dfff9618acce18ff81 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 18 Nov 2022 02:34:07 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1da753a3ea37518a47126cc4b476213963b5f84d --- 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 15e2c7bf2..42277d0c6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1668738640922, + "lastUpdate": 1668738847760, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -20102,6 +20102,38 @@ window.BENCHMARK_DATA = { "extra": "169 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1da753a3ea37518a47126cc4b476213963b5f84d", + "message": "proxy: add userinfo and webauthn endpoints", + "timestamp": "2022-11-18T02:16:39Z", + "url": "https://github.com/pomerium/pomerium/pull/3755/commits/1da753a3ea37518a47126cc4b476213963b5f84d" + }, + "date": 1668738847117, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 11196527, + "unit": "ns/op", + "extra": "100 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7993426, + "unit": "ns/op", + "extra": "147 times\n2 procs" + } + ] } ] }