From 0e4bbb21add6fcaa8cde266bfc43cb0e0931c48a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 16 Jun 2023 20:34:59 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for b7bbba7dcd4b7dcbae2a64ba79ecb5384721ae9b --- 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 f6290b69e..b60dac67b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1686945210600, + "lastUpdate": 1686947699338, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -54050,6 +54050,38 @@ window.BENCHMARK_DATA = { "extra": "98 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "b7bbba7dcd4b7dcbae2a64ba79ecb5384721ae9b", + "message": "pin to a debian:latest image for casource base image (#4250)", + "timestamp": "2023-06-16T16:39:07Z", + "url": "https://github.com/pomerium/pomerium/pull/4310/commits/b7bbba7dcd4b7dcbae2a64ba79ecb5384721ae9b" + }, + "date": 1686947698902, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14695014, + "unit": "ns/op", + "extra": "81 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9270672, + "unit": "ns/op", + "extra": "128 times\n2 procs" + } + ] } ] }