From 2c3bd42ed54d2d2e72938febccd0c8035500a7a0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 20 Jun 2022 16:17:30 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 484a8e3afa2e0718b318643fda15bc48c2757c6b --- 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 b28130c27..b39ffae88 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1655741798239, + "lastUpdate": 1655741850368, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -202,6 +202,38 @@ window.BENCHMARK_DATA = { "extra": "132 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "484a8e3afa2e0718b318643fda15bc48c2757c6b", + "message": "chore(deps): bump google.golang.org/api from 0.83.0 to 0.84.0", + "timestamp": "2022-06-20T15:54:20Z", + "url": "https://github.com/pomerium/pomerium/pull/3436/commits/484a8e3afa2e0718b318643fda15bc48c2757c6b" + }, + "date": 1655741848842, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 20288324, + "unit": "ns/op", + "extra": "57 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 11852258, + "unit": "ns/op", + "extra": "90 times\n2 procs" + } + ] } ] }