From cb266e8b1c91fb53e21145d4e3610d94f699809b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 4 Dec 2023 20:50:22 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 97681b47945b6e6c3f0c972e7616956ccda3bdbc --- 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 c273fd8d7..0bafe1354 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701723003404, + "lastUpdate": 1701723022028, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -84142,6 +84142,38 @@ window.BENCHMARK_DATA = { "extra": "157 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "97681b47945b6e6c3f0c972e7616956ccda3bdbc", + "message": "chore(deps): bump github.com/klauspost/compress from 1.17.0 to 1.17.4", + "timestamp": "2023-12-04T18:10:41Z", + "url": "https://github.com/pomerium/pomerium/pull/4798/commits/97681b47945b6e6c3f0c972e7616956ccda3bdbc" + }, + "date": 1701723011246, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10069237, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6691598, + "unit": "ns/op", + "extra": "172 times\n4 procs" + } + ] } ] }