From 6cc320b36d57c63b660f4860adf53d0623f0ca5c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 19 Sep 2024 19:14:48 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 5e5c3c653637c67c2afde989ab4b5d86df26eedd --- 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 3bb59a937..4e187bf3d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1726773241822, + "lastUpdate": 1726773288082, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -124490,6 +124490,38 @@ window.BENCHMARK_DATA = { "extra": "184 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "5e5c3c653637c67c2afde989ab4b5d86df26eedd", + "message": "core/proxy: fix is-enterprise check", + "timestamp": "2024-09-19T19:10:50Z", + "url": "https://github.com/pomerium/pomerium/pull/5297/commits/5e5c3c653637c67c2afde989ab4b5d86df26eedd" + }, + "date": 1726773276144, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10431560, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7119496, + "unit": "ns/op", + "extra": "166 times\n4 procs" + } + ] } ] }