From dda7bc1980d9a23a7038aff0e4d2330db817cfd7 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 5 Mar 2024 21:53:19 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 9c777eb602f308e989c3915bffa996ce97e4708e --- 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 916ca25e5..1de95be14 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1709675530714, + "lastUpdate": 1709675599613, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -101442,6 +101442,38 @@ window.BENCHMARK_DATA = { "extra": "183 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "9c777eb602f308e989c3915bffa996ce97e4708e", + "message": "chore(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.18.0", + "timestamp": "2024-03-05T10:46:42Z", + "url": "https://github.com/pomerium/pomerium/pull/5012/commits/9c777eb602f308e989c3915bffa996ce97e4708e" + }, + "date": 1709675587495, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9026660, + "unit": "ns/op", + "extra": "130 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6822069, + "unit": "ns/op", + "extra": "178 times\n4 procs" + } + ] } ] }