From f9825ed383d39ce7fc9dfed51fecebb565f21ff3 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 7 Nov 2024 20:45:31 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 135e737d7cce80922ced4a7acc8ba689c15ac675 --- dev/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 886ba1e46..dd83a7a3e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1731010256176, + "lastUpdate": 1731012330899, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -130298,6 +130298,42 @@ window.BENCHMARK_DATA = { "extra": "210 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "joekralicky@gmail.com", + "name": "Joe Kralicky", + "username": "kralicky" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "135e737d7cce80922ced4a7acc8ba689c15ac675", + "message": "testenv: add Pause() method (#5367)", + "timestamp": "2024-11-07T15:41:59-05:00", + "tree_id": "b96af54718376867d41592695a4afa6b713b0d91", + "url": "https://github.com/pomerium/pomerium/commit/135e737d7cce80922ced4a7acc8ba689c15ac675" + }, + "date": 1731012307589, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 7722439, + "unit": "ns/op", + "extra": "144 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5263122, + "unit": "ns/op", + "extra": "218 times\n4 procs" + } + ] } ] }