From f57f8a3574d596b8657ac0de9456cd53a94f44fb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 24 Oct 2022 17:16:49 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 0c9d07e2459d1fccfc19b8325aa00b826db661f2 --- 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 47ba57845..c65eb12a3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1666631808299, + "lastUpdate": 1666631809593, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -16030,6 +16030,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "0c9d07e2459d1fccfc19b8325aa00b826db661f2", + "message": "chore(deps): bump node from 16 to 19", + "timestamp": "2022-10-24T11:00:33Z", + "url": "https://github.com/pomerium/pomerium/pull/3701/commits/0c9d07e2459d1fccfc19b8325aa00b826db661f2" + }, + "date": 1666631807546, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 15846582, + "unit": "ns/op", + "extra": "78 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10180565, + "unit": "ns/op", + "extra": "121 times\n2 procs" + } + ] } ] }