From bbb36402491777d33d74abbd779f1c20e92ef945 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 6 Mar 2023 18:21:11 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2ff85a3b19691c641b2b4b7659b8e84d11635cef --- 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 4ca5c8f29..ae9e4a83f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1678126824493, + "lastUpdate": 1678126871224, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -37250,6 +37250,38 @@ window.BENCHMARK_DATA = { "extra": "121 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2ff85a3b19691c641b2b4b7659b8e84d11635cef", + "message": "chore(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0", + "timestamp": "2023-03-06T12:24:47Z", + "url": "https://github.com/pomerium/pomerium/pull/4036/commits/2ff85a3b19691c641b2b4b7659b8e84d11635cef" + }, + "date": 1678126870595, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13321433, + "unit": "ns/op", + "extra": "94 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8210581, + "unit": "ns/op", + "extra": "135 times\n2 procs" + } + ] } ] }