From a5ed97a0e3be1639feecee241ce9ff36e9e6f1ab Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 17 Jan 2023 00:20:01 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 8462ee6396cc1f931346d110226d18c8fc34100c --- 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 e2a381b7b..804539981 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1673914774998, + "lastUpdate": 1673914801343, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -29614,6 +29614,38 @@ window.BENCHMARK_DATA = { "extra": "117 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "8462ee6396cc1f931346d110226d18c8fc34100c", + "message": "chore(deps): bump golang from 1.19.4-buster to 1.19.5-buster", + "timestamp": "2023-01-16T15:44:43Z", + "url": "https://github.com/pomerium/pomerium/pull/3902/commits/8462ee6396cc1f931346d110226d18c8fc34100c" + }, + "date": 1673914800673, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12787621, + "unit": "ns/op", + "extra": "82 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7833402, + "unit": "ns/op", + "extra": "151 times\n2 procs" + } + ] } ] }