From 12f889e284905543d683cb1b4cbaee4b7c0ce261 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 12 Dec 2022 17:09:12 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 830d333736a8b563a01295ddd4f2ae2d83a6371f --- 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 520eb1fea..bfe64056e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1670864864808, + "lastUpdate": 1670864951993, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -23950,6 +23950,38 @@ window.BENCHMARK_DATA = { "extra": "142 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "830d333736a8b563a01295ddd4f2ae2d83a6371f", + "message": "chore(deps): bump google.golang.org/api from 0.103.0 to 0.104.0", + "timestamp": "2022-12-11T15:40:51Z", + "url": "https://github.com/pomerium/pomerium/pull/3797/commits/830d333736a8b563a01295ddd4f2ae2d83a6371f" + }, + "date": 1670864951191, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14346999, + "unit": "ns/op", + "extra": "82 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8729211, + "unit": "ns/op", + "extra": "139 times\n2 procs" + } + ] } ] }