From 1143b7d0a0e3429680c3efc44d80b2d624f311ce Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 21 Jul 2023 19:15:33 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for b287cad092e7616ce6f0d45de4437cc3ccb0d05b --- 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 49d2d9804..6393caeb2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1689966496862, + "lastUpdate": 1689966933247, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -57246,6 +57246,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "b287cad092e7616ce6f0d45de4437cc3ccb0d05b", + "message": "envoy: configure upstream IP SAN match as needed", + "timestamp": "2023-07-21T17:04:03Z", + "url": "https://github.com/pomerium/pomerium/pull/4382/commits/b287cad092e7616ce6f0d45de4437cc3ccb0d05b" + }, + "date": 1689966932529, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 17169176, + "unit": "ns/op", + "extra": "69 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10578584, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }