From f624eb3d3fb90c361e12a81c5a96fa9643ed8aa8 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 7 Dec 2023 20:59:55 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1453db41b5d903a955245992b4737d441117617d --- 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 689e2dc1c..df43ea8da 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701982771100, + "lastUpdate": 1701982795464, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -87470,6 +87470,38 @@ window.BENCHMARK_DATA = { "extra": "186 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1453db41b5d903a955245992b4737d441117617d", + "message": "chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1", + "timestamp": "2023-12-07T14:56:56Z", + "url": "https://github.com/pomerium/pomerium/pull/4793/commits/1453db41b5d903a955245992b4737d441117617d" + }, + "date": 1701982789324, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 11053746, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6334693, + "unit": "ns/op", + "extra": "186 times\n4 procs" + } + ] } ] }