From 6517d2ef322b89f079e7704f8f7dba4902d58481 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 21 Aug 2023 17:26:52 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 94ee93a83313ebfd885f6b9c24552957d1da80b2 --- 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 736002df8..390ae0477 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1692637471281, + "lastUpdate": 1692638812602, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -63922,6 +63922,38 @@ window.BENCHMARK_DATA = { "extra": "122 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "94ee93a83313ebfd885f6b9c24552957d1da80b2", + "message": "envoy: separate authenticate filter chain", + "timestamp": "2023-08-20T11:53:03Z", + "url": "https://github.com/pomerium/pomerium/pull/4478/commits/94ee93a83313ebfd885f6b9c24552957d1da80b2" + }, + "date": 1692638807340, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15524591, + "unit": "ns/op", + "extra": "70 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10367362, + "unit": "ns/op", + "extra": "110 times\n2 procs" + } + ] } ] }