From 7e5b398e6bb6909e513a7fc7f6ad173279080cf4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 19 Apr 2024 13:23:01 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 41e228de477f7db366259460e29461ae195de34c --- 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 98b98a460..3d829b731 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1713480369659, + "lastUpdate": 1713532981650, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -106634,6 +106634,38 @@ window.BENCHMARK_DATA = { "extra": "205 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "41e228de477f7db366259460e29461ae195de34c", + "message": "chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0", + "timestamp": "2024-04-19T11:00:39Z", + "url": "https://github.com/pomerium/pomerium/pull/5077/commits/41e228de477f7db366259460e29461ae195de34c" + }, + "date": 1713532972653, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8716689, + "unit": "ns/op", + "extra": "128 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5924620, + "unit": "ns/op", + "extra": "201 times\n4 procs" + } + ] } ] }