From 214844f41eeb2456afb814cc49659df7776e78d3 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 11 Apr 2024 23:16:04 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1b9d226b0758851338d3f5d0b64f2c04a667179c --- 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 590661245..6ceb46e8c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1712874158448, + "lastUpdate": 1712877363951, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -106102,6 +106102,38 @@ window.BENCHMARK_DATA = { "extra": "199 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1b9d226b0758851338d3f5d0b64f2c04a667179c", + "message": "core/envoy: format envoy local replies", + "timestamp": "2024-04-11T16:29:53Z", + "url": "https://github.com/pomerium/pomerium/pull/5067/commits/1b9d226b0758851338d3f5d0b64f2c04a667179c" + }, + "date": 1712877354895, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8840890, + "unit": "ns/op", + "extra": "133 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6049267, + "unit": "ns/op", + "extra": "199 times\n4 procs" + } + ] } ] }