From 8bcef2d1fd1780a263e2dd18611be3aa9b7fe14a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 17 Oct 2022 16:20:30 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 5c16518072aa302f016444a191e67f0d685025ed --- 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 aa43aec01..627d3a862 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1666023605551, + "lastUpdate": 1666023630832, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -14154,6 +14154,38 @@ window.BENCHMARK_DATA = { "extra": "120 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "5c16518072aa302f016444a191e67f0d685025ed", + "message": "chore(deps): bump docker/build-push-action from 3.1.1 to 3.2.0", + "timestamp": "2022-10-14T03:47:07Z", + "url": "https://github.com/pomerium/pomerium/pull/3673/commits/5c16518072aa302f016444a191e67f0d685025ed" + }, + "date": 1666023629983, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 22307962, + "unit": "ns/op", + "extra": "50 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 13258122, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }