From bd666b5323a4455e011b9f40f66a9a61e18d4580 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 18 Oct 2023 21:01:15 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 8828a74b04690cbbe4206f445f51371e44a8dcc5 --- 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 a2847c218..03f85d15e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1697661978040, + "lastUpdate": 1697662875849, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -73538,6 +73538,38 @@ window.BENCHMARK_DATA = { "extra": "135 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "8828a74b04690cbbe4206f445f51371e44a8dcc5", + "message": "config: do not add route headers to global map", + "timestamp": "2023-10-18T17:35:04Z", + "url": "https://github.com/pomerium/pomerium/pull/4630/commits/8828a74b04690cbbe4206f445f51371e44a8dcc5" + }, + "date": 1697662868788, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14616786, + "unit": "ns/op", + "extra": "79 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9241527, + "unit": "ns/op", + "extra": "123 times\n2 procs" + } + ] } ] }