From 1f39dbd9d5126a8d19128a0fbbaa80a6b692fd67 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 26 Aug 2022 21:44:25 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1b80e8a6c246ec1e19bd04b0d480ece2efc548df --- 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 8b17734ee..6d2526a0b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1661465500582, + "lastUpdate": 1661550264985, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -8134,6 +8134,38 @@ window.BENCHMARK_DATA = { "extra": "142 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1b80e8a6c246ec1e19bd04b0d480ece2efc548df", + "message": "config: use config.Config instead of config.Options everywhere", + "timestamp": "2022-08-26T16:26:12Z", + "url": "https://github.com/pomerium/pomerium/pull/3576/commits/1b80e8a6c246ec1e19bd04b0d480ece2efc548df" + }, + "date": 1661550264541, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16904197, + "unit": "ns/op", + "extra": "69 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10573373, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }