From e18281b4e6727696de8decb22fcb552236c6588c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 24 Apr 2024 23:07:24 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e2429e2c5fdb674bef350e5382260626070259c5 --- 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 eec2ee49c..b0527b857 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1713998781325, + "lastUpdate": 1714000044124, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -107134,6 +107134,38 @@ window.BENCHMARK_DATA = { "extra": "192 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "e2429e2c5fdb674bef350e5382260626070259c5", + "message": "core/config: add support for stripping the port for matching routes", + "timestamp": "2024-04-24T02:09:08Z", + "url": "https://github.com/pomerium/pomerium/pull/5085/commits/e2429e2c5fdb674bef350e5382260626070259c5" + }, + "date": 1714000035299, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9005563, + "unit": "ns/op", + "extra": "135 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5854446, + "unit": "ns/op", + "extra": "201 times\n4 procs" + } + ] } ] }