From 5e785cdacd7151f99e22e556088e162a58e6160e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 6 Nov 2024 21:14:22 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 5a85d0bdc5ec19c8d7df558c0ecb299684a93295 --- 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 2191a78f3..b248e77ea 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1730923556131, + "lastUpdate": 1730927662669, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -129834,6 +129834,38 @@ window.BENCHMARK_DATA = { "extra": "201 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "5a85d0bdc5ec19c8d7df558c0ecb299684a93295", + "message": "authorize: rewrite header evaluator to use go instead of rego", + "timestamp": "2024-11-06T17:31:57Z", + "url": "https://github.com/pomerium/pomerium/pull/5362/commits/5a85d0bdc5ec19c8d7df558c0ecb299684a93295" + }, + "date": 1730927639666, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 7628983, + "unit": "ns/op", + "extra": "153 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5249483, + "unit": "ns/op", + "extra": "232 times\n4 procs" + } + ] } ] }