From 2c93f42cc4ec71313dc8b35f6a4a6ff9e0c5af6a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 25 May 2023 15:05:12 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 9a5087533e79104943503d3175f51fe795e4751b --- 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 fdb69af3c..8d8325e78 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1684943248479, + "lastUpdate": 1685027112181, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -46558,6 +46558,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "9a5087533e79104943503d3175f51fe795e4751b", + "message": "config: simply default set response headers", + "timestamp": "2023-05-24T22:09:42Z", + "url": "https://github.com/pomerium/pomerium/pull/4196/commits/9a5087533e79104943503d3175f51fe795e4751b" + }, + "date": 1685027111409, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15415558, + "unit": "ns/op", + "extra": "72 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10547470, + "unit": "ns/op", + "extra": "117 times\n2 procs" + } + ] } ] }