From 3d8776c3f0fe4cccadb476cf87a9255891682b54 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 15 Jul 2022 16:20:14 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for f66820549e8667b5593500174b01c0c6f4b7a3ea --- 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 b4f8584b7..8cee006e6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1657812932273, + "lastUpdate": 1657902014262, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -2258,6 +2258,38 @@ window.BENCHMARK_DATA = { "extra": "124 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "f66820549e8667b5593500174b01c0c6f4b7a3ea", + "message": "authorize: fix device synchronization", + "timestamp": "2022-07-15T04:45:00Z", + "url": "https://github.com/pomerium/pomerium/pull/3482/commits/f66820549e8667b5593500174b01c0c6f4b7a3ea" + }, + "date": 1657902013875, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14505562, + "unit": "ns/op", + "extra": "84 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9475168, + "unit": "ns/op", + "extra": "141 times\n2 procs" + } + ] } ] }