From 2111121714f47aa77b294b49063a53bd9f8aacb6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 2 May 2024 15:56:10 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 87fa449d5cafb2872ac9ea7796e748084ce1a2eb --- 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 31d7c37a1..ae262bbe8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1714664252384, + "lastUpdate": 1714665370350, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -108462,6 +108462,38 @@ window.BENCHMARK_DATA = { "extra": "165 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "87fa449d5cafb2872ac9ea7796e748084ce1a2eb", + "message": "core/identity: refactor identity manager", + "timestamp": "2024-05-02T10:57:58Z", + "url": "https://github.com/pomerium/pomerium/pull/5091/commits/87fa449d5cafb2872ac9ea7796e748084ce1a2eb" + }, + "date": 1714665361068, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8509572, + "unit": "ns/op", + "extra": "135 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6009697, + "unit": "ns/op", + "extra": "200 times\n4 procs" + } + ] } ] }