From 28b574c709b0d372f68c62e197c8da61fff7c62e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 15 May 2023 17:00:17 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for bb33e3479ac3606d7d0300d56a0981a4b1fa586e --- 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 a397c70d2..831bea192 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1684170009991, + "lastUpdate": 1684170016963, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -45022,6 +45022,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "bb33e3479ac3606d7d0300d56a0981a4b1fa586e", + "message": "chore(deps): bump actions/setup-go from 4.0.0 to 4.0.1", + "timestamp": "2023-05-15T00:28:52Z", + "url": "https://github.com/pomerium/pomerium/pull/4176/commits/bb33e3479ac3606d7d0300d56a0981a4b1fa586e" + }, + "date": 1684170016006, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15756128, + "unit": "ns/op", + "extra": "74 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10521332, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }