From 737567ba5a3da42414343d50309dfee41c765df7 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 19 Sep 2022 17:24:36 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for bee64a21b863914fc210a34b6e49bce74551847e --- 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 1299db19b..67a2b2b34 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1663607745183, + "lastUpdate": 1663608276161, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -11382,6 +11382,38 @@ window.BENCHMARK_DATA = { "extra": "121 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "bee64a21b863914fc210a34b6e49bce74551847e", + "message": "chore(deps): bump github.com/golangci/golangci-lint from 1.48.0 to 1.49.0", + "timestamp": "2022-09-19T08:09:21Z", + "url": "https://github.com/pomerium/pomerium/pull/3578/commits/bee64a21b863914fc210a34b6e49bce74551847e" + }, + "date": 1663608275503, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13335870, + "unit": "ns/op", + "extra": "98 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8293872, + "unit": "ns/op", + "extra": "150 times\n2 procs" + } + ] } ] }