From da4a1dbfd070babcda402ce83caf4e8f0a628b60 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 15 Feb 2023 22:22:45 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 4b9ad78217aed2711edd8562d571ecbb619c8f73 --- 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 129393376..2a1035ef2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1676498256030, + "lastUpdate": 1676499765745, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -33970,6 +33970,38 @@ window.BENCHMARK_DATA = { "extra": "145 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "4b9ad78217aed2711edd8562d571ecbb619c8f73", + "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/4b9ad78217aed2711edd8562d571ecbb619c8f73" + }, + "date": 1676499765164, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13530134, + "unit": "ns/op", + "extra": "84 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8428591, + "unit": "ns/op", + "extra": "139 times\n2 procs" + } + ] } ] }