From 0511f846d43ee2cbbe7886305bcc90d7ea9f4b8b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 15 Feb 2023 22:44:09 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 13a63a5bb91419b700ab3b1cf6c205265a912859 --- 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 2a1035ef2..ec326755e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1676499765745, + "lastUpdate": 1676501049745, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -34002,6 +34002,38 @@ window.BENCHMARK_DATA = { "extra": "139 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "13a63a5bb91419b700ab3b1cf6c205265a912859", + "message": "lua: fix rewrite response headers to handle dashes in URLs", + "timestamp": "2023-02-15T17:47:36Z", + "url": "https://github.com/pomerium/pomerium/pull/3980/commits/13a63a5bb91419b700ab3b1cf6c205265a912859" + }, + "date": 1676501048844, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 19400865, + "unit": "ns/op", + "extra": "66 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 12223849, + "unit": "ns/op", + "extra": "97 times\n2 procs" + } + ] } ] }