From 75f0935cf49414638d53e85d50365f53ef93b16a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 28 Jul 2022 20:02:42 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for c40c5bcb6f51ae5c3f458fb27421989f20a309d3 --- 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 e5ef0c2f0..1d6c452bd 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1659038295393, + "lastUpdate": 1659038562688, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -3794,6 +3794,38 @@ window.BENCHMARK_DATA = { "extra": "136 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "c40c5bcb6f51ae5c3f458fb27421989f20a309d3", + "message": "chore(deps): bump google.golang.org/api from 0.88.0 to 0.89.0", + "timestamp": "2022-07-28T06:20:56Z", + "url": "https://github.com/pomerium/pomerium/pull/3514/commits/c40c5bcb6f51ae5c3f458fb27421989f20a309d3" + }, + "date": 1659038562030, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15986235, + "unit": "ns/op", + "extra": "80 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9803776, + "unit": "ns/op", + "extra": "121 times\n2 procs" + } + ] } ] }