From a44b8f5a858cdf17f4643368678a8a6fca582ed1 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 8 Aug 2022 16:37:45 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 9c3910e4540915a3dc68c29e49f095c9f9103cbc --- 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 66b56609e..a6929cba5 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1659976448692, + "lastUpdate": 1659976665383, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -5110,6 +5110,38 @@ window.BENCHMARK_DATA = { "extra": "139 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "9c3910e4540915a3dc68c29e49f095c9f9103cbc", + "message": "chore(deps): bump actions/setup-python from 4.1.0 to 4.2.0", + "timestamp": "2022-08-08T09:16:28Z", + "url": "https://github.com/pomerium/pomerium/pull/3535/commits/9c3910e4540915a3dc68c29e49f095c9f9103cbc" + }, + "date": 1659976664933, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13512937, + "unit": "ns/op", + "extra": "80 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8078884, + "unit": "ns/op", + "extra": "146 times\n2 procs" + } + ] } ] }