From 7f80334b6e7cedaba3fca92896394338225972f0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 15 Dec 2022 20:39:39 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 4d68c6ee553d76ea443056eab20cccc180485261 --- 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 4f86dda0b..f7781668a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1671127966110, + "lastUpdate": 1671136779250, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -24282,6 +24282,38 @@ window.BENCHMARK_DATA = { "extra": "142 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "4d68c6ee553d76ea443056eab20cccc180485261", + "message": "webauthn: require session when accessing /.pomerium/webauthn", + "timestamp": "2022-12-15T15:40:30Z", + "url": "https://github.com/pomerium/pomerium/pull/3814/commits/4d68c6ee553d76ea443056eab20cccc180485261" + }, + "date": 1671136778816, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 13074758, + "unit": "ns/op", + "extra": "94 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8472961, + "unit": "ns/op", + "extra": "150 times\n2 procs" + } + ] } ] }