From 8b57f74c9e88b99689c4113bc120cc7c90d7a5dd Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 21 Aug 2023 20:42:26 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for bc1ef2eb5ef809289437c79dc92298afd8d65f7c --- 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 390ae0477..1a25072c4 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1692638812602, + "lastUpdate": 1692650546178, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -63954,6 +63954,38 @@ window.BENCHMARK_DATA = { "extra": "110 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "bc1ef2eb5ef809289437c79dc92298afd8d65f7c", + "message": "storage: add indexes for postgres", + "timestamp": "2023-08-20T11:53:03Z", + "url": "https://github.com/pomerium/pomerium/pull/4479/commits/bc1ef2eb5ef809289437c79dc92298afd8d65f7c" + }, + "date": 1692650539465, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 18167835, + "unit": "ns/op", + "extra": "63 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 12060030, + "unit": "ns/op", + "extra": "97 times\n2 procs" + } + ] } ] }