From 6e542c05642a152003e5a90c8f25454b1a288d03 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 26 Jul 2022 17:44:41 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 06ee1c87117b6ab0a0fc50c543ad34e9239c9af3 --- 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 62920a398..71b94f361 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1658855048039, + "lastUpdate": 1658857481443, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -3398,6 +3398,42 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 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": "06ee1c87117b6ab0a0fc50c543ad34e9239c9af3", + "message": "chore(deps): bump google.golang.org/api from 0.87.0 to 0.88.0 (#3500)\n\nBumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.87.0 to 0.88.0.\r\n- [Release notes](https://github.com/googleapis/google-api-go-client/releases)\r\n- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)\r\n- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.87.0...v0.88.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/api\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\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "timestamp": "2022-07-26T13:37:36-04:00", + "tree_id": "ffdcbcba22c831bb7379d04f91afb7591798a642", + "url": "https://github.com/pomerium/pomerium/commit/06ee1c87117b6ab0a0fc50c543ad34e9239c9af3" + }, + "date": 1658857480879, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13359733, + "unit": "ns/op", + "extra": "92 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8138171, + "unit": "ns/op", + "extra": "141 times\n2 procs" + } + ] } ] }