From 8ec0c67fe27b847d70a8ab4b0ec4c0b8aaaa263c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 1 Nov 2023 16:46:24 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 20c730d3f7f17428bcbda09eea9243087540bd6d --- 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 c4852104f..6fb91fbed 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1698857174234, + "lastUpdate": 1698857184240, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -76410,6 +76410,38 @@ window.BENCHMARK_DATA = { "extra": "80 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "20c730d3f7f17428bcbda09eea9243087540bd6d", + "message": "chore(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0", + "timestamp": "2023-10-31T16:46:40Z", + "url": "https://github.com/pomerium/pomerium/pull/4690/commits/20c730d3f7f17428bcbda09eea9243087540bd6d" + }, + "date": 1698857175769, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15525771, + "unit": "ns/op", + "extra": "82 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10486017, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }