From 4078b45854fce84b4ca67b3528edba1b0945b50d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 28 Nov 2023 20:06:28 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 558115a990afa4b379058c2feae5bfcf350ab8cc --- 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 c8d623d8b..66027a0b1 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701201964813, + "lastUpdate": 1701201988158, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -81730,6 +81730,38 @@ window.BENCHMARK_DATA = { "extra": "188 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "558115a990afa4b379058c2feae5bfcf350ab8cc", + "message": "core/redis: remove redis", + "timestamp": "2023-11-26T15:41:54Z", + "url": "https://github.com/pomerium/pomerium/pull/4768/commits/558115a990afa4b379058c2feae5bfcf350ab8cc" + }, + "date": 1701201981925, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10761083, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6664504, + "unit": "ns/op", + "extra": "177 times\n4 procs" + } + ] } ] }