From 9c05e07543bfe1ab719e835a8e79ecdc8ffbb45d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 5 Apr 2024 19:31:33 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for c044094c2a9ada1dcda06f4278e4467238800d9b --- 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 2ae15c6a5..2713ab834 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1712345385620, + "lastUpdate": 1712345493454, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -105262,6 +105262,38 @@ window.BENCHMARK_DATA = { "extra": "172 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "c044094c2a9ada1dcda06f4278e4467238800d9b", + "message": "envoy: upgrade to v1.28.2", + "timestamp": "2024-04-05T16:25:21Z", + "url": "https://github.com/pomerium/pomerium/pull/5057/commits/c044094c2a9ada1dcda06f4278e4467238800d9b" + }, + "date": 1712345480622, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9311075, + "unit": "ns/op", + "extra": "129 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6571432, + "unit": "ns/op", + "extra": "182 times\n4 procs" + } + ] } ] }