From caf409bccd2486173499620e033e0b37c15c0f2d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 30 Oct 2023 22:19:36 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 6d3c4b33cd576ab1fc7ec69cc4563bab36247b02 --- 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 5e2c923d0..93bbeaf67 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1698696792499, + "lastUpdate": 1698704376292, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -74698,6 +74698,38 @@ window.BENCHMARK_DATA = { "extra": "138 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "6d3c4b33cd576ab1fc7ec69cc4563bab36247b02", + "message": "core/hpke: reduce memory usage from zstd", + "timestamp": "2023-10-29T02:09:46Z", + "url": "https://github.com/pomerium/pomerium/pull/4650/commits/6d3c4b33cd576ab1fc7ec69cc4563bab36247b02" + }, + "date": 1698704368552, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15099719, + "unit": "ns/op", + "extra": "69 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9411152, + "unit": "ns/op", + "extra": "123 times\n2 procs" + } + ] } ] }