From 02f90c943041198a9cf03c7a8b1c1ab4cfa5a74c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 10 Sep 2024 21:51:39 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for ab98c8a941160b2828c55679625884f27239e4ad --- 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 d6d184997..eee1fe4bf 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1725998396193, + "lastUpdate": 1726005099868, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -123170,6 +123170,38 @@ window.BENCHMARK_DATA = { "extra": "162 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "ab98c8a941160b2828c55679625884f27239e4ad", + "message": "core/go: use hashicorp/go-set", + "timestamp": "2024-09-10T17:32:40Z", + "url": "https://github.com/pomerium/pomerium/pull/5278/commits/ab98c8a941160b2828c55679625884f27239e4ad" + }, + "date": 1726005088661, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8752789, + "unit": "ns/op", + "extra": "134 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6088966, + "unit": "ns/op", + "extra": "193 times\n4 procs" + } + ] } ] }