From 1f262db93b09fab0262218b487a05fd6e6baf438 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 14 Aug 2024 19:44:02 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for bb2d466be2c8504defc08c918b954e0b7041ba47 --- 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 6ddd90784..c26d6ab18 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723661131172, + "lastUpdate": 1723664642164, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -117558,6 +117558,38 @@ window.BENCHMARK_DATA = { "extra": "172 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "bb2d466be2c8504defc08c918b954e0b7041ba47", + "message": "Optimize evaluator (go1.23)", + "timestamp": "2024-08-14T18:12:05Z", + "url": "https://github.com/pomerium/pomerium/pull/5186/commits/bb2d466be2c8504defc08c918b954e0b7041ba47" + }, + "date": 1723664622061, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9386710, + "unit": "ns/op", + "extra": "127 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6364312, + "unit": "ns/op", + "extra": "183 times\n4 procs" + } + ] } ] }