From d2bdc81bcb5ca65b7257e6bfd5de186b996bb380 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 5 Nov 2024 18:36:25 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a971430ddab0db93f5610f8aa62d1b78a64c6921 --- 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 592e2582a..635329c74 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1730826902743, + "lastUpdate": 1730831785220, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -129078,6 +129078,38 @@ window.BENCHMARK_DATA = { "extra": "170 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "a971430ddab0db93f5610f8aa62d1b78a64c6921", + "message": "Optimize Policy RouteID and Checksum", + "timestamp": "2024-11-05T09:38:35Z", + "url": "https://github.com/pomerium/pomerium/pull/5185/commits/a971430ddab0db93f5610f8aa62d1b78a64c6921" + }, + "date": 1730831772088, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8736697, + "unit": "ns/op", + "extra": "138 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5958394, + "unit": "ns/op", + "extra": "201 times\n4 procs" + } + ] } ] }