From 1ce3d4c65fa68a5cd211c49284089f0c5ea05baf Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 1 Aug 2022 22:10:04 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 001ef92472510cb7af71f8ff682f617150a3dcd7 --- 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 a8827ca06..ecab86000 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1659391782300, + "lastUpdate": 1659391804384, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -4642,6 +4642,38 @@ window.BENCHMARK_DATA = { "extra": "123 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "001ef92472510cb7af71f8ff682f617150a3dcd7", + "message": "chore(deps): bump google.golang.org/api from 0.89.0 to 0.90.0", + "timestamp": "2022-07-31T19:05:26Z", + "url": "https://github.com/pomerium/pomerium/pull/3525/commits/001ef92472510cb7af71f8ff682f617150a3dcd7" + }, + "date": 1659391802559, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16401607, + "unit": "ns/op", + "extra": "70 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10747515, + "unit": "ns/op", + "extra": "127 times\n2 procs" + } + ] } ] }