From afb1e56e4024b8b1db4f5506cee89da04faed050 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 15 Dec 2022 18:12:46 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e63d824cd419615cb31778c04d5bf9076c430a4f --- 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 f9b1394bd..4f86dda0b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1670972630047, + "lastUpdate": 1671127966110, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -24250,6 +24250,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "e63d824cd419615cb31778c04d5bf9076c430a4f", + "message": "controlplane: remove gorilla handlers dependency", + "timestamp": "2022-12-15T15:40:30Z", + "url": "https://github.com/pomerium/pomerium/pull/3813/commits/e63d824cd419615cb31778c04d5bf9076c430a4f" + }, + "date": 1671127965579, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14019030, + "unit": "ns/op", + "extra": "90 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8214679, + "unit": "ns/op", + "extra": "142 times\n2 procs" + } + ] } ] }