From 2f3b530b4d74913a22bc87db3b7b1bec49ab3b92 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 22 Feb 2023 20:14:38 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 21e5868c8e45d74050d5cc8f441629809f4131bd --- 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 d9b13f0ed..c1cbd0a28 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1677084462048, + "lastUpdate": 1677096878010, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -35306,6 +35306,38 @@ window.BENCHMARK_DATA = { "extra": "136 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "21e5868c8e45d74050d5cc8f441629809f4131bd", + "message": "authenticate: fix identity provider id in encrypted query string", + "timestamp": "2023-02-22T14:14:25Z", + "url": "https://github.com/pomerium/pomerium/pull/4006/commits/21e5868c8e45d74050d5cc8f441629809f4131bd" + }, + "date": 1677096877341, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13989935, + "unit": "ns/op", + "extra": "92 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8583577, + "unit": "ns/op", + "extra": "130 times\n2 procs" + } + ] } ] }