From c724592e97f60ce5e64e80c08da315c16455268c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 7 Dec 2023 21:04:51 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 52dd94bb7aff69cc8eeef161d2d2e027e616c0fb --- 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 5135c4e39..716a34752 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701983052062, + "lastUpdate": 1701983091404, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -87774,6 +87774,38 @@ window.BENCHMARK_DATA = { "extra": "186 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "52dd94bb7aff69cc8eeef161d2d2e027e616c0fb", + "message": "chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0", + "timestamp": "2023-12-07T14:56:56Z", + "url": "https://github.com/pomerium/pomerium/pull/4803/commits/52dd94bb7aff69cc8eeef161d2d2e027e616c0fb" + }, + "date": 1701983085185, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10829464, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6415929, + "unit": "ns/op", + "extra": "189 times\n4 procs" + } + ] } ] }