From 3c4e18a757ddea60bdb7e683b6d85f4cae06c1c0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 12 Dec 2023 18:01:26 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for fe46ed33f46dd46889ccb44d898a58ef0dbce103 --- 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 bf7a904a8..319686c40 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1702402852137, + "lastUpdate": 1702404086781, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -89490,6 +89490,42 @@ window.BENCHMARK_DATA = { "extra": "189 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "51246568+kenjenkins@users.noreply.github.com", + "name": "Kenneth Jenkins", + "username": "kenjenkins" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "fe46ed33f46dd46889ccb44d898a58ef0dbce103", + "message": "config: no longer stub out HPKE public key fetch (#4853)\n\nThis partially reverts commit a1388592d8627368ef9421c98d43d500e20beb37.\r\n\r\nFetching the authenticate service HPKE public key is required only for \r\nthe stateless authentication flow. Now that Pomerium will instead use \r\nthe older (stateful) authentication flow when configured for a\r\nself-hosted authenticate service, this logic shouldn't be needed at all.\r\n\r\nRemoving this logic should also make it easier to test against a local\r\ninstance of the hosted authenticate service.", + "timestamp": "2023-12-12T09:57:58-08:00", + "tree_id": "adb7c97e031fac4271ce240a14c6209b725ed67c", + "url": "https://github.com/pomerium/pomerium/commit/fe46ed33f46dd46889ccb44d898a58ef0dbce103" + }, + "date": 1702404079624, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9338398, + "unit": "ns/op", + "extra": "126 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6638947, + "unit": "ns/op", + "extra": "178 times\n4 procs" + } + ] } ] }