From 4205effc4d82503e91e75ba9c7b39d36af48aa64 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 3 Feb 2023 19:56:58 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 8563a31330516ab6fc92e4dd582931a0bca3c578 --- 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 06e3801a3..1147deead 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1675454188415, + "lastUpdate": 1675454218410, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -31882,6 +31882,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "8563a31330516ab6fc92e4dd582931a0bca3c578", + "message": "docker: switch to debian", + "timestamp": "2023-02-02T08:29:52Z", + "url": "https://github.com/pomerium/pomerium/pull/3939/commits/8563a31330516ab6fc92e4dd582931a0bca3c578" + }, + "date": 1675454217869, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13739746, + "unit": "ns/op", + "extra": "73 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8549871, + "unit": "ns/op", + "extra": "142 times\n2 procs" + } + ] } ] }