From e281a7e515b9d2f77260f091497d7eef1610a6b1 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 21 Mar 2024 02:27:10 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d912f2a34ab8bae7f9f715b6cc4470aad4477953 --- 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 5466a0e28..23fc3314b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1710985149359, + "lastUpdate": 1710988030288, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -104162,6 +104162,38 @@ window.BENCHMARK_DATA = { "extra": "189 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "d912f2a34ab8bae7f9f715b6cc4470aad4477953", + "message": "grpc: add some debug options", + "timestamp": "2024-03-18T10:24:24Z", + "url": "https://github.com/pomerium/pomerium/pull/5033/commits/d912f2a34ab8bae7f9f715b6cc4470aad4477953" + }, + "date": 1710988022113, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8541973, + "unit": "ns/op", + "extra": "135 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6090964, + "unit": "ns/op", + "extra": "190 times\n4 procs" + } + ] } ] }