From 5b3112b1058aa9f3b8bc3e0e8c2dd77ccf0d52df Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 28 Feb 2024 15:39:15 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1f47c144b58da3f91e451f00857641d77fa70ddb --- 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 423b3c97d..eca4d0e0a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1709071500971, + "lastUpdate": 1709134755327, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -98058,6 +98058,38 @@ window.BENCHMARK_DATA = { "extra": "184 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1f47c144b58da3f91e451f00857641d77fa70ddb", + "message": "ci: upgrade to Go 1.22", + "timestamp": "2024-02-27T20:54:04Z", + "url": "https://github.com/pomerium/pomerium/pull/4967/commits/1f47c144b58da3f91e451f00857641d77fa70ddb" + }, + "date": 1709134747196, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8681963, + "unit": "ns/op", + "extra": "134 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6130547, + "unit": "ns/op", + "extra": "199 times\n4 procs" + } + ] } ] }