From 16f64501cadf4d380b16f4aea5b61311dd1a705a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 28 Nov 2023 19:13:14 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for ab031467e2425d6d3f6399f2c3761dae36447dc2 --- 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 8cda62202..94926ffd6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701189793029, + "lastUpdate": 1701198794202, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -81634,6 +81634,38 @@ window.BENCHMARK_DATA = { "extra": "170 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "ab031467e2425d6d3f6399f2c3761dae36447dc2", + "message": "make stateless authenticate optional", + "timestamp": "2023-11-26T15:41:54Z", + "url": "https://github.com/pomerium/pomerium/pull/4765/commits/ab031467e2425d6d3f6399f2c3761dae36447dc2" + }, + "date": 1701198788686, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9568750, + "unit": "ns/op", + "extra": "123 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6463607, + "unit": "ns/op", + "extra": "187 times\n4 procs" + } + ] } ] }