From 2b25cd6685ac39df1441af04cfdc855846a7bb08 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 24 Oct 2023 21:22:08 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 6a24b01d28cfe0bf39eb01e016365ea0a5ca8bc6 --- 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 7f5ed41e5..d4f66a453 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1698181594903, + "lastUpdate": 1698182528016, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -73934,6 +73934,38 @@ window.BENCHMARK_DATA = { "extra": "139 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "6a24b01d28cfe0bf39eb01e016365ea0a5ca8bc6", + "message": "identity: preserve session refresh schedule", + "timestamp": "2023-10-21T21:52:14Z", + "url": "https://github.com/pomerium/pomerium/pull/4633/commits/6a24b01d28cfe0bf39eb01e016365ea0a5ca8bc6" + }, + "date": 1698182518919, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 20419097, + "unit": "ns/op", + "extra": "51 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 12900715, + "unit": "ns/op", + "extra": "93 times\n2 procs" + } + ] } ] }