From 24ca3bc1d594f6054d4a1570e93233a3afadc67a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 3 Jan 2025 00:41:50 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 5bd4412576d4ee7e4a95fcd3b6921a2f62e03a73 --- 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 b7c132c61..3f1ad03f8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1735857394719, + "lastUpdate": 1735864910027, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -140222,6 +140222,38 @@ window.BENCHMARK_DATA = { "extra": "445134 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "5bd4412576d4ee7e4a95fcd3b6921a2f62e03a73", + "message": "[WIP] New tracing system", + "timestamp": "2025-01-02T18:16:28Z", + "url": "https://github.com/pomerium/pomerium/pull/5388/commits/5bd4412576d4ee7e4a95fcd3b6921a2f62e03a73" + }, + "date": 1735864896876, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8569973, + "unit": "ns/op", + "extra": "141 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5426247, + "unit": "ns/op", + "extra": "222 times\n4 procs" + } + ] } ] }