From 82dd9641d034d87d805e74a737b42e2d468dd6ba Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 12 Mar 2024 22:56:42 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 19e2f25d846f9aae258bf66f4465c1e76bece38e --- 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 f932c5fb5..d454d9024 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1710283797160, + "lastUpdate": 1710284202032, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -103698,6 +103698,38 @@ window.BENCHMARK_DATA = { "extra": "193 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "19e2f25d846f9aae258bf66f4465c1e76bece38e", + "message": "ci: bump Go to 1.21.8 in docker", + "timestamp": "2024-03-12T10:46:39Z", + "url": "https://github.com/pomerium/pomerium/pull/5027/commits/19e2f25d846f9aae258bf66f4465c1e76bece38e" + }, + "date": 1710284193392, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9315430, + "unit": "ns/op", + "extra": "132 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6516620, + "unit": "ns/op", + "extra": "189 times\n4 procs" + } + ] } ] }