From 8ffa9075648d97552b6590ab196cd75a6675ec00 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 16 Jun 2023 18:16:23 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 9cb94666718c2f16c996e8e224764f26f14109dd --- 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 dc72a28b1..20cfac8dd 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1686939286005, + "lastUpdate": 1686939383404, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -52078,6 +52078,38 @@ window.BENCHMARK_DATA = { "extra": "122 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "9cb94666718c2f16c996e8e224764f26f14109dd", + "message": "chore(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.6", + "timestamp": "2023-06-16T16:39:07Z", + "url": "https://github.com/pomerium/pomerium/pull/4281/commits/9cb94666718c2f16c996e8e224764f26f14109dd" + }, + "date": 1686939382664, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 18703683, + "unit": "ns/op", + "extra": "64 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 12168177, + "unit": "ns/op", + "extra": "86 times\n2 procs" + } + ] } ] }