From 714e4475a01dc08d6f2e3b98948c8d21e238aafa Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 1 Feb 2024 18:20:28 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a0057ad9a0c01082c2760d70b46e4425701195cb --- 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 83f32d1e4..5cc38b3f1 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1706811592511, + "lastUpdate": 1706811628410, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -96642,6 +96642,42 @@ window.BENCHMARK_DATA = { "extra": "171 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": "a0057ad9a0c01082c2760d70b46e4425701195cb", + "message": "chore(deps): bump github.com/open-policy-agent/opa from 0.60.0 to 0.61.0 (#4937)\n\nBumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.60.0 to 0.61.0.\r\n- [Release notes](https://github.com/open-policy-agent/opa/releases)\r\n- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/open-policy-agent/opa/compare/v0.60.0...v0.61.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/open-policy-agent/opa\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\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-02-01T11:12:14-07:00", + "tree_id": "da5823d880d6ee8eddf7c08faa9f5036891c5ba5", + "url": "https://github.com/pomerium/pomerium/commit/a0057ad9a0c01082c2760d70b46e4425701195cb" + }, + "date": 1706811621138, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9406354, + "unit": "ns/op", + "extra": "127 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6632081, + "unit": "ns/op", + "extra": "182 times\n4 procs" + } + ] } ] }