From a5b5a677b1a2c8ccb7f72ebed4fb2502788685a2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 22 Feb 2023 15:46:03 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 3f5a559181674794f989dbdd832ae53d13684d0f --- 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 20faf9bfe..2dfcb5c1d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1677016034797, + "lastUpdate": 1677080763939, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -35238,6 +35238,38 @@ window.BENCHMARK_DATA = { "extra": "140 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "3f5a559181674794f989dbdd832ae53d13684d0f", + "message": "authenticate: fix authenticate_internal_service_url for all in one", + "timestamp": "2023-02-22T14:14:25Z", + "url": "https://github.com/pomerium/pomerium/pull/4005/commits/3f5a559181674794f989dbdd832ae53d13684d0f" + }, + "date": 1677080763530, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13222565, + "unit": "ns/op", + "extra": "93 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7853943, + "unit": "ns/op", + "extra": "145 times\n2 procs" + } + ] } ] }