From 027af18d4865957fc80da358d9ed8a160c610083 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 16 Jun 2023 16:54:42 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e0d2c302872204df81b981d39210f54fcfb3fa3c --- 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 8b59154e8..c44d25b92 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1686934479781, + "lastUpdate": 1686934482666, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -50566,6 +50566,38 @@ window.BENCHMARK_DATA = { "extra": "121 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "e0d2c302872204df81b981d39210f54fcfb3fa3c", + "message": "chore(deps): bump golang from `b0f97bf` to `eb3f9ac`", + "timestamp": "2023-06-16T16:39:07Z", + "url": "https://github.com/pomerium/pomerium/pull/4271/commits/e0d2c302872204df81b981d39210f54fcfb3fa3c" + }, + "date": 1686934481868, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 19009543, + "unit": "ns/op", + "extra": "61 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 13155401, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }