From e7abbe1d9212ab8aeb5da7d8e7698bed0b90d467 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 10 Sep 2024 19:59:56 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 3a2836fbc9f0dec2c1f4b52474932c23be464311 --- 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 c95102786..d6d184997 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1725989723266, + "lastUpdate": 1725998396193, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -123138,6 +123138,38 @@ window.BENCHMARK_DATA = { "extra": "180 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "3a2836fbc9f0dec2c1f4b52474932c23be464311", + "message": "core/zero: add report-usage API", + "timestamp": "2024-09-10T17:32:40Z", + "url": "https://github.com/pomerium/pomerium/pull/5276/commits/3a2836fbc9f0dec2c1f4b52474932c23be464311" + }, + "date": 1725998384882, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10115865, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6737178, + "unit": "ns/op", + "extra": "162 times\n4 procs" + } + ] } ] }