From 5ecc71c0d84a3eab524d01f968e85f20df1dd7a2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 15 Sep 2023 18:54:42 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for bd7df210bff3ea15d482a4412f60c9919fe2c170 --- 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 247f98048..8fbfba8ca 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1694802010057, + "lastUpdate": 1694804081937, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -67734,6 +67734,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "bd7df210bff3ea15d482a4412f60c9919fe2c170", + "message": "core/authenticate: validate the identity profile", + "timestamp": "2023-09-15T12:27:50Z", + "url": "https://github.com/pomerium/pomerium/pull/4545/commits/bd7df210bff3ea15d482a4412f60c9919fe2c170" + }, + "date": 1694804074969, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16457169, + "unit": "ns/op", + "extra": "69 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10862934, + "unit": "ns/op", + "extra": "96 times\n2 procs" + } + ] } ] }