From 36809af71c9f85718f3d2649f32e5bc6ed37d5bd Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 19 Jul 2024 01:44:32 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for dae8ece2cf2e7a4477ef592f44e710c1d3fc6596 --- 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 90ac3c2ab..7119dcbd9 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721275206702, + "lastUpdate": 1721353472034, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -114574,6 +114574,38 @@ window.BENCHMARK_DATA = { "extra": "198 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "dae8ece2cf2e7a4477ef592f44e710c1d3fc6596", + "message": "authenticate: rework session ID token handling", + "timestamp": "2024-07-18T16:29:30Z", + "url": "https://github.com/pomerium/pomerium/pull/5178/commits/dae8ece2cf2e7a4477ef592f44e710c1d3fc6596" + }, + "date": 1721353462067, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9081659, + "unit": "ns/op", + "extra": "127 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6416499, + "unit": "ns/op", + "extra": "192 times\n4 procs" + } + ] } ] }