From 2bbd988f6c99117bc4a694da974f82f8fa3ee1a6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 26 Sep 2024 19:46:16 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 847b66a98aca3dac34f4d215991bcd1baf6597fc --- 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 8ee33f393..50c80d3c2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1727379950386, + "lastUpdate": 1727379975982, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -125238,6 +125238,38 @@ window.BENCHMARK_DATA = { "extra": "201 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "847b66a98aca3dac34f4d215991bcd1baf6597fc", + "message": "Optimize envoy config building", + "timestamp": "2024-09-25T19:11:46Z", + "url": "https://github.com/pomerium/pomerium/pull/5187/commits/847b66a98aca3dac34f4d215991bcd1baf6597fc" + }, + "date": 1727379964072, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10366904, + "unit": "ns/op", + "extra": "99 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7281951, + "unit": "ns/op", + "extra": "164 times\n4 procs" + } + ] } ] }