From 4ea2861e20b81a52e5eb580d29fa0b3b3d409578 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 6 Dec 2024 21:41:45 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for cea1479de35ec67e827c39940d77501a1a68972d --- 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 e4167c0e5..6a0b2d4c8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733520586374, + "lastUpdate": 1733521305481, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -132512,6 +132512,38 @@ window.BENCHMARK_DATA = { "extra": "229 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "cea1479de35ec67e827c39940d77501a1a68972d", + "message": "[WIP] New tracing system", + "timestamp": "2024-12-06T14:32:17Z", + "url": "https://github.com/pomerium/pomerium/pull/5388/commits/cea1479de35ec67e827c39940d77501a1a68972d" + }, + "date": 1733521281912, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8386021, + "unit": "ns/op", + "extra": "141 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5982050, + "unit": "ns/op", + "extra": "205 times\n4 procs" + } + ] } ] }