From ee6828c21643cb22013cdeac2e354dba369ae241 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 17 Aug 2023 21:39:57 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 02e219c9c2076f8a38c5076f34e7a54570af4e58 --- 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 ef27434ff..d8b8475b8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1692308066997, + "lastUpdate": 1692308397346, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -63726,6 +63726,38 @@ window.BENCHMARK_DATA = { "extra": "98 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "02e219c9c2076f8a38c5076f34e7a54570af4e58", + "message": "add integration test for Pomerium JWT", + "timestamp": "2023-08-16T10:08:06Z", + "url": "https://github.com/pomerium/pomerium/pull/4473/commits/02e219c9c2076f8a38c5076f34e7a54570af4e58" + }, + "date": 1692308396867, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15198420, + "unit": "ns/op", + "extra": "90 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 12853752, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }