From 897bf9ca8a334b4c3efc14f31030fec28220199e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 5 Dec 2023 22:32:08 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 8f49349b0e886d66bb7b74dde7834394a149c9e7 --- 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 68beaf625..24aa16431 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701809539523, + "lastUpdate": 1701815528683, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -85238,6 +85238,38 @@ window.BENCHMARK_DATA = { "extra": "186 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "8f49349b0e886d66bb7b74dde7834394a149c9e7", + "message": "authenticate: getUserInfoData() cleanup", + "timestamp": "2023-12-05T18:27:09Z", + "url": "https://github.com/pomerium/pomerium/pull/4818/commits/8f49349b0e886d66bb7b74dde7834394a149c9e7" + }, + "date": 1701815522722, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10515417, + "unit": "ns/op", + "extra": "99 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6539522, + "unit": "ns/op", + "extra": "181 times\n4 procs" + } + ] } ] }