From c0c020bff8e936d71447d50e6d280946b0bc2b98 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 9 Nov 2023 16:51:20 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 0a2b132b6c3002617eb75a8133b024eccce365df --- 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 d19017fb1..b05566709 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1699547124741, + "lastUpdate": 1699548679941, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -79982,6 +79982,38 @@ window.BENCHMARK_DATA = { "extra": "187 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "0a2b132b6c3002617eb75a8133b024eccce365df", + "message": "core/session: fix flaky test", + "timestamp": "2023-11-09T12:55:29Z", + "url": "https://github.com/pomerium/pomerium/pull/4730/commits/0a2b132b6c3002617eb75a8133b024eccce365df" + }, + "date": 1699548665890, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15755687, + "unit": "ns/op", + "extra": "72 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9406211, + "unit": "ns/op", + "extra": "128 times\n2 procs" + } + ] } ] }