From 1aa64a29cf86b9bc2e0cb58cce1210fb50e884b7 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 17 Oct 2022 22:44:46 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 9590abd3320aa6512b25d532cfc62492dba263c8 --- 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 2c9b33413..ba30c24b9 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1666026310433, + "lastUpdate": 1666046686114, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -14250,6 +14250,38 @@ window.BENCHMARK_DATA = { "extra": "139 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "9590abd3320aa6512b25d532cfc62492dba263c8", + "message": "config: disable envoy admin by default, expose stats via envoy route", + "timestamp": "2022-10-17T20:30:32Z", + "url": "https://github.com/pomerium/pomerium/pull/3677/commits/9590abd3320aa6512b25d532cfc62492dba263c8" + }, + "date": 1666046685721, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13051225, + "unit": "ns/op", + "extra": "92 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7943135, + "unit": "ns/op", + "extra": "148 times\n2 procs" + } + ] } ] }