From 9246426bccb32e3e2b04d977e7bd57a6edcb1cf7 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 27 Dec 2022 16:58:19 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2b19f9d59a1be25a63fce1237fa5bde7d394f76d --- 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 037006408..703b043b4 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1672160272784, + "lastUpdate": 1672160299131, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -26158,6 +26158,38 @@ window.BENCHMARK_DATA = { "extra": "150 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2b19f9d59a1be25a63fce1237fa5bde7d394f76d", + "message": "chore(deps): bump actions/checkout from 3.1.0 to 3.2.0", + "timestamp": "2022-12-26T13:39:58Z", + "url": "https://github.com/pomerium/pomerium/pull/3833/commits/2b19f9d59a1be25a63fce1237fa5bde7d394f76d" + }, + "date": 1672160298007, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15290663, + "unit": "ns/op", + "extra": "67 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8953509, + "unit": "ns/op", + "extra": "136 times\n2 procs" + } + ] } ] }