From 86a58a404faed7d7cc0795154dc8ecdc0648236c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 20 Nov 2024 21:36:36 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for db934df18c69f908bcc55b1ae46a9fe97bc1a46a --- 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 39cf1c0fe..f17a2d0cd 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1732055085870, + "lastUpdate": 1732138595921, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -130994,6 +130994,38 @@ window.BENCHMARK_DATA = { "extra": "225 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "db934df18c69f908bcc55b1ae46a9fe97bc1a46a", + "message": "authorize: use pooled query request objects with more efficient cache keys", + "timestamp": "2024-11-19T15:48:47Z", + "url": "https://github.com/pomerium/pomerium/pull/5375/commits/db934df18c69f908bcc55b1ae46a9fe97bc1a46a" + }, + "date": 1732138582988, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 7311117, + "unit": "ns/op", + "extra": "163 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5016185, + "unit": "ns/op", + "extra": "234 times\n4 procs" + } + ] } ] }