From 0c62de578f21ff708c1dc5b516c87e070a124b29 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 7 Dec 2023 04:32:38 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for b073dd4f821c44618bbdbdf9adc97b9beff702fc --- 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 1397fa8b4..b3975b566 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701917256290, + "lastUpdate": 1701923558653, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -85762,6 +85762,38 @@ window.BENCHMARK_DATA = { "extra": "194 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "b073dd4f821c44618bbdbdf9adc97b9beff702fc", + "message": "WIP: update integration tests to exercise both stateful and stateless authentication flows", + "timestamp": "2023-12-06T10:39:42Z", + "url": "https://github.com/pomerium/pomerium/pull/4817/commits/b073dd4f821c44618bbdbdf9adc97b9beff702fc" + }, + "date": 1701923552748, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8704935, + "unit": "ns/op", + "extra": "136 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6151843, + "unit": "ns/op", + "extra": "188 times\n4 procs" + } + ] } ] }