From 5b28bcc0f39f2d1dfe93de5708954644b39c2983 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 12 Mar 2024 23:37:55 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 71c67802f49b74299f9d37e8fb8f686bd6a971ea --- 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 90cdf501d..cad8137f0 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1710286349755, + "lastUpdate": 1710286675800, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -103794,6 +103794,38 @@ window.BENCHMARK_DATA = { "extra": "181 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "71c67802f49b74299f9d37e8fb8f686bd6a971ea", + "message": "changelog: v0.25.1", + "timestamp": "2024-03-12T10:46:39Z", + "url": "https://github.com/pomerium/pomerium/pull/5029/commits/71c67802f49b74299f9d37e8fb8f686bd6a971ea" + }, + "date": 1710286666580, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10358947, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6778872, + "unit": "ns/op", + "extra": "172 times\n4 procs" + } + ] } ] }