From 46f212ca499de7f26f3a1c895f960efdbb903528 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 22 Nov 2022 01:08:59 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 20f3e7ecc71da2ff1a2aa42dc0b214054a8e1435 --- 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 b5ff44c79..9cbc74e7e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1669074808967, + "lastUpdate": 1669079339387, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -20666,6 +20666,38 @@ window.BENCHMARK_DATA = { "extra": "138 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "20f3e7ecc71da2ff1a2aa42dc0b214054a8e1435", + "message": "proxy: add userinfo and webauthn endpoints", + "timestamp": "2022-11-20T06:51:33Z", + "url": "https://github.com/pomerium/pomerium/pull/3755/commits/20f3e7ecc71da2ff1a2aa42dc0b214054a8e1435" + }, + "date": 1669079338423, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14187333, + "unit": "ns/op", + "extra": "85 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9564721, + "unit": "ns/op", + "extra": "126 times\n2 procs" + } + ] } ] }