From d6e52cf6fc49a55d768279ed80101bf14130dbd0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 8 Aug 2023 02:21:41 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 40efa26257d5e9acc98b524f1f3549de1743bd1b --- 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 a8eacec57..ac7f4fbc5 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1691454987088, + "lastUpdate": 1691461301474, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -61454,6 +61454,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "40efa26257d5e9acc98b524f1f3549de1743bd1b", + "message": "zero: bootstrap config", + "timestamp": "2023-08-07T03:04:01Z", + "url": "https://github.com/pomerium/pomerium/pull/4444/commits/40efa26257d5e9acc98b524f1f3549de1743bd1b" + }, + "date": 1691461296605, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15173681, + "unit": "ns/op", + "extra": "80 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8911062, + "unit": "ns/op", + "extra": "128 times\n2 procs" + } + ] } ] }