From 2ac2f0c4adacbf204e5ad6c7c364b16b3919037e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 28 Apr 2023 14:26:12 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 60e229871d22f4116fef78d25f85afdbdab4babb --- 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 d1bf962ae..781e8d636 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1682691963304, + "lastUpdate": 1682691972402, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -42810,6 +42810,38 @@ window.BENCHMARK_DATA = { "extra": "140 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "60e229871d22f4116fef78d25f85afdbdab4babb", + "message": "authenticate: add events", + "timestamp": "2023-04-27T18:32:25Z", + "url": "https://github.com/pomerium/pomerium/pull/4051/commits/60e229871d22f4116fef78d25f85afdbdab4babb" + }, + "date": 1682691971494, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 20649922, + "unit": "ns/op", + "extra": "66 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 13366973, + "unit": "ns/op", + "extra": "96 times\n2 procs" + } + ] } ] }