From 9eed7f26de248c5abe6e78189dc6b7b535731792 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 23 Aug 2022 15:42:08 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d3875958a5943513ac007c43a3a65e15ebf782aa --- 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 b69bff82d..7fa42f9d6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1661269032218, + "lastUpdate": 1661269328744, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -7862,6 +7862,38 @@ window.BENCHMARK_DATA = { "extra": "150 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "d3875958a5943513ac007c43a3a65e15ebf782aa", + "message": "Update README.md", + "timestamp": "2022-08-23T12:33:52Z", + "url": "https://github.com/pomerium/pomerium/pull/3569/commits/d3875958a5943513ac007c43a3a65e15ebf782aa" + }, + "date": 1661269328342, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13475383, + "unit": "ns/op", + "extra": "78 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8198156, + "unit": "ns/op", + "extra": "147 times\n2 procs" + } + ] } ] }