From 74f85453d63d5b56a67c9c72ffe86db26a5b489d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 19 Aug 2022 18:56:39 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 69ab3f4cc3de624ae5873235eb62d9f616692899 --- 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 5aee42f45..3d043082c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1660858049089, + "lastUpdate": 1660935399455, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -6926,6 +6926,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "69ab3f4cc3de624ae5873235eb62d9f616692899", + "message": "envoy: upgrade to 1.23.0", + "timestamp": "2022-08-19T15:06:39Z", + "url": "https://github.com/pomerium/pomerium/pull/3560/commits/69ab3f4cc3de624ae5873235eb62d9f616692899" + }, + "date": 1660935398402, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 25944930, + "unit": "ns/op", + "extra": "88 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 16173688, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }