From 5b604f7f0a067fdf9c99d1e14aec6190dab040f8 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 5 Dec 2024 22:59:20 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 63fad4e3d61a837ea604ef90115cd62e1ce8032d --- 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 e22150fa3..aa28dc746 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733438803913, + "lastUpdate": 1733439560875, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -132256,6 +132256,38 @@ window.BENCHMARK_DATA = { "extra": "204 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "63fad4e3d61a837ea604ef90115cd62e1ce8032d", + "message": "[WIP] New tracing system", + "timestamp": "2024-12-05T17:07:21Z", + "url": "https://github.com/pomerium/pomerium/pull/5388/commits/63fad4e3d61a837ea604ef90115cd62e1ce8032d" + }, + "date": 1733439536374, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9593186, + "unit": "ns/op", + "extra": "127 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5986314, + "unit": "ns/op", + "extra": "204 times\n4 procs" + } + ] } ] }