From 061ce55655f1fa34dcee1a537c9ed90ebfb8119c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 1 Aug 2022 22:43:13 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 494931ed00148ba18706809b110f8d7e89ce6dfb --- 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 24603aa76..686e16206 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1659393410440, + "lastUpdate": 1659393793672, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -4814,6 +4814,38 @@ window.BENCHMARK_DATA = { "extra": "132 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "494931ed00148ba18706809b110f8d7e89ce6dfb", + "message": "chore(deps): bump github.com/golangci/golangci-lint from 1.47.2 to 1.47.3", + "timestamp": "2022-07-31T19:05:26Z", + "url": "https://github.com/pomerium/pomerium/pull/3522/commits/494931ed00148ba18706809b110f8d7e89ce6dfb" + }, + "date": 1659393792952, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15074284, + "unit": "ns/op", + "extra": "78 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9476098, + "unit": "ns/op", + "extra": "127 times\n2 procs" + } + ] } ] }