From 7f06b280fc39826129df973f3ff6dfc286806f02 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 23 Feb 2023 15:35:50 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 5d030b4a40853e7466c5e19ae0544229e93983c9 --- 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 03f75eeb2..6ba44ca17 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1677165111715, + "lastUpdate": 1677166550766, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -35570,6 +35570,38 @@ window.BENCHMARK_DATA = { "extra": "134 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "5d030b4a40853e7466c5e19ae0544229e93983c9", + "message": "authenticate: fix identity provider id in encrypted query string", + "timestamp": "2023-02-23T02:50:34Z", + "url": "https://github.com/pomerium/pomerium/pull/4011/commits/5d030b4a40853e7466c5e19ae0544229e93983c9" + }, + "date": 1677166550341, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14018885, + "unit": "ns/op", + "extra": "91 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8226803, + "unit": "ns/op", + "extra": "142 times\n2 procs" + } + ] } ] }