From 710a6399c6f61db3e3ac15ebbd9c996de26d3093 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 18 Sep 2023 22:09:59 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 964b15279c11d9c3947e0322b39e0e890b40f44b --- 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 840ded6cc..3a6a0a216 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1694815889432, + "lastUpdate": 1695074999057, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -67966,6 +67966,38 @@ window.BENCHMARK_DATA = { "extra": "129 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "964b15279c11d9c3947e0322b39e0e890b40f44b", + "message": "ci: remove ca-certificates workaround", + "timestamp": "2023-09-18T09:17:15Z", + "url": "https://github.com/pomerium/pomerium/pull/4488/commits/964b15279c11d9c3947e0322b39e0e890b40f44b" + }, + "date": 1695074991349, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 18059869, + "unit": "ns/op", + "extra": "64 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 11425862, + "unit": "ns/op", + "extra": "105 times\n2 procs" + } + ] } ] }