From 4af1a9516cde0e5f6b4a6a91ae9c1df4bc8c1bb7 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 5 Dec 2024 22:46:44 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 80e559c817c86c2d869f3b3a74b3b6561f0891ae --- 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 5b7a4180e..e22150fa3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733418674105, + "lastUpdate": 1733438803913, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -132224,6 +132224,38 @@ window.BENCHMARK_DATA = { "extra": "220 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "80e559c817c86c2d869f3b3a74b3b6561f0891ae", + "message": "[WIP] New tracing system", + "timestamp": "2024-12-05T17:07:21Z", + "url": "https://github.com/pomerium/pomerium/pull/5388/commits/80e559c817c86c2d869f3b3a74b3b6561f0891ae" + }, + "date": 1733438789811, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9404310, + "unit": "ns/op", + "extra": "135 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6151870, + "unit": "ns/op", + "extra": "204 times\n4 procs" + } + ] } ] }