From 43b11d6e84c42fbfec83f51c4eb9acbd29161e53 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 1 Sep 2023 17:57:23 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1b112414e098cdd1f34eaad46968726f314afbed --- 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 42b3f1f0f..f878e68f0 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1693590994314, + "lastUpdate": 1693591043427, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -65774,6 +65774,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1b112414e098cdd1f34eaad46968726f314afbed", + "message": "chore(deps): bump github.com/minio/minio-go/v7 from 7.0.61 to 7.0.63", + "timestamp": "2023-09-01T07:15:51Z", + "url": "https://github.com/pomerium/pomerium/pull/4527/commits/1b112414e098cdd1f34eaad46968726f314afbed" + }, + "date": 1693591035890, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 22363405, + "unit": "ns/op", + "extra": "52 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 15128410, + "unit": "ns/op", + "extra": "72 times\n2 procs" + } + ] } ] }