From 11fdf685ed7cdf93fdbbf245b9f367faa3f6acbb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 19 Jul 2023 22:20:23 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for fb30f3f0233580554a9ed02cbb72d38c2cc975fb --- 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 d205deb44..e9d8ccd4f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1689804601754, + "lastUpdate": 1689805223885, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -56982,6 +56982,38 @@ window.BENCHMARK_DATA = { "extra": "141 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "fb30f3f0233580554a9ed02cbb72d38c2cc975fb", + "message": "authorize: incorporate mTLS validation from Envoy", + "timestamp": "2023-07-19T06:08:52Z", + "url": "https://github.com/pomerium/pomerium/pull/4374/commits/fb30f3f0233580554a9ed02cbb72d38c2cc975fb" + }, + "date": 1689805218575, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14865483, + "unit": "ns/op", + "extra": "85 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10135507, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }