From 9ba9cf83aafc1c8c984d1506486e5c972d4ea404 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 15 Nov 2023 21:39:49 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a4cc89a1390e437426d828c96f134ae498e6bd75 --- 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 9addbd40a..54a0730dc 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1700069490158, + "lastUpdate": 1700084389661, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -81066,6 +81066,38 @@ window.BENCHMARK_DATA = { "extra": "180 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "a4cc89a1390e437426d828c96f134ae498e6bd75", + "message": "reconciler: fix restart behavior", + "timestamp": "2023-11-15T12:00:13Z", + "url": "https://github.com/pomerium/pomerium/pull/4753/commits/a4cc89a1390e437426d828c96f134ae498e6bd75" + }, + "date": 1700084383454, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10792490, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6774537, + "unit": "ns/op", + "extra": "181 times\n4 procs" + } + ] } ] }