From e28aa024ef8413649f2c5658d9fc5029ba345468 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 3 Feb 2023 20:19:24 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 7895bf431f7b1cf9b7067eaa1a81dc216565e1da --- dev/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 4d24b7e8a..8daec0ccd 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1675455514300, + "lastUpdate": 1675455564750, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -31946,6 +31946,42 @@ window.BENCHMARK_DATA = { "extra": "152 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "email": "cdoxsey@pomerium.com", + "name": "Caleb Doxsey", + "username": "calebdoxsey" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "7895bf431f7b1cf9b7067eaa1a81dc216565e1da", + "message": "databroker: add list types method (#3937)\n\n* databroker: add list types method\r\n\r\n* fix test\r\n\r\n* Update pkg/storage/redis/redis.go\r\n\r\nCo-authored-by: Denis Mishin \r\n\r\n---------\r\n\r\nCo-authored-by: Denis Mishin ", + "timestamp": "2023-02-03T13:16:28-07:00", + "tree_id": "3d9b60b0e0c6c7b58020bbd02bad146f013047f8", + "url": "https://github.com/pomerium/pomerium/commit/7895bf431f7b1cf9b7067eaa1a81dc216565e1da" + }, + "date": 1675455563747, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16939924, + "unit": "ns/op", + "extra": "64 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10807014, + "unit": "ns/op", + "extra": "122 times\n2 procs" + } + ] } ] }