From 31d89c01a15159e5172e3a8fa3aba8187e1d3cc0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 10 Dec 2024 21:58:12 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 6fb794b92c49ac796a2a6557de380e5db6014dde --- 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 6aa920a9f..db66c5a70 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733867587062, + "lastUpdate": 1733867892668, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -132768,6 +132768,38 @@ window.BENCHMARK_DATA = { "extra": "196 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "6fb794b92c49ac796a2a6557de380e5db6014dde", + "message": "[WIP] New tracing system", + "timestamp": "2024-12-10T18:57:14Z", + "url": "https://github.com/pomerium/pomerium/pull/5388/commits/6fb794b92c49ac796a2a6557de380e5db6014dde" + }, + "date": 1733867878517, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8650379, + "unit": "ns/op", + "extra": "134 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5489205, + "unit": "ns/op", + "extra": "206 times\n4 procs" + } + ] } ] }