From eeebdcb3f7fe206ffb0f4f20cddc5dcebf7bf490 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 14 Aug 2024 20:08:03 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 56dbe76d018657e3e05c056b893380cb8383a367 --- 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 eaa03bc34..d5b0ecab2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723665865124, + "lastUpdate": 1723666083681, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -117622,6 +117622,38 @@ window.BENCHMARK_DATA = { "extra": "201 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "56dbe76d018657e3e05c056b893380cb8383a367", + "message": "Optimize Policy RouteID and Checksum", + "timestamp": "2024-08-14T18:12:05Z", + "url": "https://github.com/pomerium/pomerium/pull/5185/commits/56dbe76d018657e3e05c056b893380cb8383a367" + }, + "date": 1723666063961, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9171940, + "unit": "ns/op", + "extra": "134 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6449204, + "unit": "ns/op", + "extra": "190 times\n4 procs" + } + ] } ] }