From 2deb6922242d8e885f0f913a2cd7c68ccc484bc5 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 30 Oct 2023 22:38:51 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 09d869c66736c99b77f5a2d7035dca84b02139e5 --- 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 0c9fb41de..bd273fca1 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1698704616181, + "lastUpdate": 1698705531109, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -74794,6 +74794,38 @@ window.BENCHMARK_DATA = { "extra": "130 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "09d869c66736c99b77f5a2d7035dca84b02139e5", + "message": "protoutil: add OverwriteMasked method", + "timestamp": "2023-10-29T02:09:46Z", + "url": "https://github.com/pomerium/pomerium/pull/4651/commits/09d869c66736c99b77f5a2d7035dca84b02139e5" + }, + "date": 1698705524488, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14465599, + "unit": "ns/op", + "extra": "90 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9777660, + "unit": "ns/op", + "extra": "132 times\n2 procs" + } + ] } ] }