From d6170dee596ed3e545dfa417e924e2e88b009483 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 28 Nov 2023 20:19:08 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 05b685d440ebf06f78d49d8bd0e9b678aa40bdeb --- 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 187498c68..a089f0c22 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701202679845, + "lastUpdate": 1701202748881, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -81798,6 +81798,38 @@ window.BENCHMARK_DATA = { "extra": "172 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "05b685d440ebf06f78d49d8bd0e9b678aa40bdeb", + "message": "chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0", + "timestamp": "2023-11-26T15:41:54Z", + "url": "https://github.com/pomerium/pomerium/pull/4685/commits/05b685d440ebf06f78d49d8bd0e9b678aa40bdeb" + }, + "date": 1701202743191, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10548092, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6592795, + "unit": "ns/op", + "extra": "190 times\n4 procs" + } + ] } ] }