From 55a0ff417758d649984591393c8628afd48a59f6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 28 May 2024 19:27:49 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d10ab72d3fc3c022441df6fd7f5eb2800562e60d --- 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 dd67147ae..c87ad9585 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1716924357880, + "lastUpdate": 1716924469627, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -110294,6 +110294,38 @@ window.BENCHMARK_DATA = { "extra": "200 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "d10ab72d3fc3c022441df6fd7f5eb2800562e60d", + "message": "Replace PVC with secrets storage in zero manifests (#2405)", + "timestamp": "2024-05-28T04:54:34Z", + "url": "https://github.com/pomerium/pomerium/pull/5115/commits/d10ab72d3fc3c022441df6fd7f5eb2800562e60d" + }, + "date": 1716924460104, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10150977, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6564414, + "unit": "ns/op", + "extra": "175 times\n4 procs" + } + ] } ] }