From a58a8cdd6abf09719c2200fb5edf12ba85a1c6ee Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 26 Sep 2024 19:41:43 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e8b39b5d5bbada264490ff73ffca32f4f8da59ea --- 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 6ddbb9cc1..3e5084ef9 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1727379700699, + "lastUpdate": 1727379703695, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -125142,6 +125142,38 @@ window.BENCHMARK_DATA = { "extra": "144 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "e8b39b5d5bbada264490ff73ffca32f4f8da59ea", + "message": "Optimize evaluator", + "timestamp": "2024-09-25T19:11:46Z", + "url": "https://github.com/pomerium/pomerium/pull/5186/commits/e8b39b5d5bbada264490ff73ffca32f4f8da59ea" + }, + "date": 1727379690648, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10085072, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6871316, + "unit": "ns/op", + "extra": "178 times\n4 procs" + } + ] } ] }