From dfc23cb7ba9274d6a2f2829b73c7cbe75fed6300 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 3 Feb 2023 19:12:26 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2eb24fd42a0b32df92f3592de3c2394fe3cc036e --- 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 4277e8e53..25c40745d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1675376934116, + "lastUpdate": 1675451546799, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -31750,6 +31750,38 @@ window.BENCHMARK_DATA = { "extra": "127 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2eb24fd42a0b32df92f3592de3c2394fe3cc036e", + "message": "databroker: add list types method", + "timestamp": "2023-02-02T08:29:52Z", + "url": "https://github.com/pomerium/pomerium/pull/3937/commits/2eb24fd42a0b32df92f3592de3c2394fe3cc036e" + }, + "date": 1675451545865, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 17554590, + "unit": "ns/op", + "extra": "72 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10862238, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }