From 2e2886ea2ffd4749e504823d78f8d491254a1ef5 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 28 Jul 2022 19:43:40 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 0ad3a998629ac48ea526e928c1eda7f91ac17aa7 --- 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 8de414732..97a96c739 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1659037198690, + "lastUpdate": 1659037420229, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -3666,6 +3666,38 @@ window.BENCHMARK_DATA = { "extra": "156 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "0ad3a998629ac48ea526e928c1eda7f91ac17aa7", + "message": "chore(deps): bump node from 16 to 18", + "timestamp": "2022-07-28T06:20:56Z", + "url": "https://github.com/pomerium/pomerium/pull/3510/commits/0ad3a998629ac48ea526e928c1eda7f91ac17aa7" + }, + "date": 1659037419871, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13162053, + "unit": "ns/op", + "extra": "94 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8021060, + "unit": "ns/op", + "extra": "146 times\n2 procs" + } + ] } ] }