From 8cd61fb05f1dc326d7ca1fb3e8584c4e59e3994c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 25 Apr 2023 20:26:49 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 7be70c952b27839d39ba0f98f0120d35481cdd9b --- 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 3ed15246f..76d437c06 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1682454234181, + "lastUpdate": 1682454409630, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -42610,6 +42610,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "7be70c952b27839d39ba0f98f0120d35481cdd9b", + "message": "autocert: fix certmagic cache logging", + "timestamp": "2023-04-25T02:04:43Z", + "url": "https://github.com/pomerium/pomerium/pull/4135/commits/7be70c952b27839d39ba0f98f0120d35481cdd9b" + }, + "date": 1682454408933, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13084763, + "unit": "ns/op", + "extra": "90 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8553952, + "unit": "ns/op", + "extra": "140 times\n2 procs" + } + ] } ] }