From cc7beb3377bff9a4a4ed781b6c5fe772f851a069 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 2 Dec 2024 18:54:10 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 4e2a8aaf9a7b410c86bf8e44a40d256d92729c2d --- dev/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 913b2adcc..53f8fd57f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733162358764, + "lastUpdate": 1733165649979, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -131756,6 +131756,42 @@ window.BENCHMARK_DATA = { "extra": "229 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "name": "dependabot[bot]", + "username": "dependabot[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "4e2a8aaf9a7b410c86bf8e44a40d256d92729c2d", + "message": "chore(deps): bump github.com/quic-go/quic-go from 0.48.1 to 0.48.2 (#5384)\n\nBumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.48.1 to 0.48.2.\r\n- [Release notes](https://github.com/quic-go/quic-go/releases)\r\n- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)\r\n- [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.48.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/quic-go/quic-go\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "timestamp": "2024-12-02T11:50:44-07:00", + "tree_id": "3769959a83096097ccf2e45ced712bcd75dc7382", + "url": "https://github.com/pomerium/pomerium/commit/4e2a8aaf9a7b410c86bf8e44a40d256d92729c2d" + }, + "date": 1733165637739, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8233837, + "unit": "ns/op", + "extra": "147 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5411399, + "unit": "ns/op", + "extra": "226 times\n4 procs" + } + ] } ] }