From b0c7d07065a605346ecb7b6f27c1256271faa66f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 22 Aug 2022 19:57:23 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e783f0db43a345a3236e34b239c0b0451267974b --- 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 57240843a..1856f1bde 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1661198028568, + "lastUpdate": 1661198243830, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -7422,6 +7422,38 @@ window.BENCHMARK_DATA = { "extra": "153 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "e783f0db43a345a3236e34b239c0b0451267974b", + "message": "chore(deps): bump pre-commit/action from 876132a3c26aa072b09eab6c5395b4749eeb2435 to 3.0.0", + "timestamp": "2022-08-21T23:07:41Z", + "url": "https://github.com/pomerium/pomerium/pull/3567/commits/e783f0db43a345a3236e34b239c0b0451267974b" + }, + "date": 1661198243216, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13207804, + "unit": "ns/op", + "extra": "96 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8526351, + "unit": "ns/op", + "extra": "140 times\n2 procs" + } + ] } ] }