From 4c0514c831e517f3744eae50b1ac1d88d65dbe56 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 6 Feb 2023 16:06:11 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 7a375a656d41f1e28317b1cc954927bacaadca2f --- 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 8853fbb4e..6fcc6107e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1675699524978, + "lastUpdate": 1675699571779, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -32014,6 +32014,38 @@ window.BENCHMARK_DATA = { "extra": "146 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "7a375a656d41f1e28317b1cc954927bacaadca2f", + "message": "chore(deps): bump docker/setup-buildx-action from 2.4.0 to 2.4.1", + "timestamp": "2023-02-06T03:56:09Z", + "url": "https://github.com/pomerium/pomerium/pull/3941/commits/7a375a656d41f1e28317b1cc954927bacaadca2f" + }, + "date": 1675699571042, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12757867, + "unit": "ns/op", + "extra": "90 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7950246, + "unit": "ns/op", + "extra": "140 times\n2 procs" + } + ] } ] }