From 9cd1127546b10a1d6316505e7d9ccde8ca3a7789 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 24 Feb 2023 23:05:48 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2d194e728bb6dbd986594237a58d75e1a86dfd27 --- 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 292b18a4f..de8f0703a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1677253232923, + "lastUpdate": 1677279948439, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -35742,6 +35742,38 @@ window.BENCHMARK_DATA = { "extra": "148 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "2d194e728bb6dbd986594237a58d75e1a86dfd27", + "message": "authorize: allow access to /.pomerium/webauthn when policy denies access", + "timestamp": "2023-02-24T11:21:31Z", + "url": "https://github.com/pomerium/pomerium/pull/4015/commits/2d194e728bb6dbd986594237a58d75e1a86dfd27" + }, + "date": 1677279948038, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12861082, + "unit": "ns/op", + "extra": "100 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8173671, + "unit": "ns/op", + "extra": "150 times\n2 procs" + } + ] } ] }