From 713c9cd9bd9a615f81a3371ae2a4acc08b823aab Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 21 Aug 2024 02:44:36 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1ec9c536086c794571439be1a560854f6c5dce95 --- 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 145983d36..a8d9acee6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1724206666092, + "lastUpdate": 1724208276255, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -119618,6 +119618,38 @@ window.BENCHMARK_DATA = { "extra": "194 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1ec9c536086c794571439be1a560854f6c5dce95", + "message": "zero/connect: add re-run health checks command", + "timestamp": "2024-08-21T02:13:49Z", + "url": "https://github.com/pomerium/pomerium/pull/5219/commits/1ec9c536086c794571439be1a560854f6c5dce95" + }, + "date": 1724208265707, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10214714, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 57413721, + "unit": "ns/op", + "extra": "100 times\n4 procs" + } + ] } ] }