From 9898ed103548463af4ca2d953750b1ff8e85e91f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 2 Dec 2022 19:17:36 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 47956e4389e5312d1051857a54aa61ff67f4d1f4 --- 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 dd59a2d1d..e52802d2a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1670006735526, + "lastUpdate": 1670008656381, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -22130,6 +22130,38 @@ window.BENCHMARK_DATA = { "extra": "133 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "47956e4389e5312d1051857a54aa61ff67f4d1f4", + "message": "httputil: ignore errors < 400", + "timestamp": "2022-12-01T23:08:51Z", + "url": "https://github.com/pomerium/pomerium/pull/3781/commits/47956e4389e5312d1051857a54aa61ff67f4d1f4" + }, + "date": 1670008655671, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13644013, + "unit": "ns/op", + "extra": "100 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9492986, + "unit": "ns/op", + "extra": "124 times\n2 procs" + } + ] } ] }