From 34bafd039782b97d1ad6ca4bd5e4057cf3e68c9f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 7 Oct 2024 22:51:32 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for da866c1ac06f6c9487dd7c4762a70d6af2e74c19 --- 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 aa9b01ea3..9254ca8de 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1728341329131, + "lastUpdate": 1728341492238, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -126306,6 +126306,42 @@ window.BENCHMARK_DATA = { "extra": "174 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": "da866c1ac06f6c9487dd7c4762a70d6af2e74c19", + "message": "Fix race condition in databroker restart test (#5320)", + "timestamp": "2024-10-07T18:48:05-04:00", + "tree_id": "3634aad929821c3c319e5ee588a6528e1eedd3e1", + "url": "https://github.com/pomerium/pomerium/commit/da866c1ac06f6c9487dd7c4762a70d6af2e74c19" + }, + "date": 1728341480379, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9801380, + "unit": "ns/op", + "extra": "120 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6441150, + "unit": "ns/op", + "extra": "190 times\n4 procs" + } + ] } ] }