From 9730cf0bdf4348adce194d7b5ff05166bac421e6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 16 Feb 2023 15:56:48 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for b62efeb16ca87325cfa0f6dcc24cee844941201e --- dev/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 352c62af1..0c22e0470 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1676562984278, + "lastUpdate": 1676563008851, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -34166,6 +34166,42 @@ window.BENCHMARK_DATA = { "extra": "151 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "email": "cdoxsey@pomerium.com", + "name": "Caleb Doxsey", + "username": "calebdoxsey" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "b62efeb16ca87325cfa0f6dcc24cee844941201e", + "message": "authenticate: only use csrf none for apple (#3979)", + "timestamp": "2023-02-16T08:52:39-07:00", + "tree_id": "8c0c018159f674737bb65d32b4196c120c33988c", + "url": "https://github.com/pomerium/pomerium/commit/b62efeb16ca87325cfa0f6dcc24cee844941201e" + }, + "date": 1676563007693, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16336757, + "unit": "ns/op", + "extra": "63 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9948999, + "unit": "ns/op", + "extra": "121 times\n2 procs" + } + ] } ] }