From d0a5eb268afff42a9fd3b67619c5d19c70b5f035 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 9 Jan 2023 16:06:21 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 8693678cb8ebec8aebe1ed13211a8efd572f693d --- 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 f872baa2b..612de3f2c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1673274869053, + "lastUpdate": 1673280381340, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -27614,6 +27614,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "8693678cb8ebec8aebe1ed13211a8efd572f693d", + "message": "chore(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0", + "timestamp": "2023-01-09T06:21:00Z", + "url": "https://github.com/pomerium/pomerium/pull/3865/commits/8693678cb8ebec8aebe1ed13211a8efd572f693d" + }, + "date": 1673280380826, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12970989, + "unit": "ns/op", + "extra": "86 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7922700, + "unit": "ns/op", + "extra": "141 times\n2 procs" + } + ] } ] }