From e4368be73af93a7867a4eff58773d79c6e20827b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 6 Nov 2024 20:05:56 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e805e7840e5293e5ede1160598fb5521f56e2e52 --- 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 61c929d43..2191a78f3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1730923422478, + "lastUpdate": 1730923556131, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -129802,6 +129802,38 @@ window.BENCHMARK_DATA = { "extra": "180 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "e805e7840e5293e5ede1160598fb5521f56e2e52", + "message": "testenv: Add utility to pause/resume profiling", + "timestamp": "2024-11-06T17:31:57Z", + "url": "https://github.com/pomerium/pomerium/pull/5361/commits/e805e7840e5293e5ede1160598fb5521f56e2e52" + }, + "date": 1730923542708, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8497904, + "unit": "ns/op", + "extra": "139 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5728700, + "unit": "ns/op", + "extra": "201 times\n4 procs" + } + ] } ] }