From fb145c45c7de7fe5b25fc464f95b54ca23d4e9d4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 27 Jun 2022 16:11:41 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 826696f6fea6fcb457b5cb426927f0bf4f69ca3a --- 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 83af7181d..5675fbd75 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1656084908375, + "lastUpdate": 1656346301083, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -746,6 +746,38 @@ window.BENCHMARK_DATA = { "extra": "127 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "826696f6fea6fcb457b5cb426927f0bf4f69ca3a", + "message": "chore(deps): bump google.golang.org/api from 0.84.0 to 0.85.0", + "timestamp": "2022-06-27T10:59:56Z", + "url": "https://github.com/pomerium/pomerium/pull/3447/commits/826696f6fea6fcb457b5cb426927f0bf4f69ca3a" + }, + "date": 1656346300697, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14179270, + "unit": "ns/op", + "extra": "90 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7973463, + "unit": "ns/op", + "extra": "153 times\n2 procs" + } + ] } ] }