From 7c6e52e847ff6e05c046f212394a04e0ecb32e18 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 10 Aug 2022 14:26:50 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 4aec3b4539108b2c085b8ee7f9631ae629502967 --- 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 01da9111d..d696978f6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1660141060938, + "lastUpdate": 1660141610079, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -6022,6 +6022,38 @@ window.BENCHMARK_DATA = { "extra": "142 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "4aec3b4539108b2c085b8ee7f9631ae629502967", + "message": "Dynamic style changes", + "timestamp": "2022-08-10T11:21:55Z", + "url": "https://github.com/pomerium/pomerium/pull/3544/commits/4aec3b4539108b2c085b8ee7f9631ae629502967" + }, + "date": 1660141608856, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15065610, + "unit": "ns/op", + "extra": "79 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9173473, + "unit": "ns/op", + "extra": "133 times\n2 procs" + } + ] } ] }