From f70e1d5e5bb0ab28f68c2f7a5babc9f96912922a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 7 Jun 2023 20:11:08 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d630d38788047fd5aeb990123fabda10060411fd --- dev/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 2129ab060..7449836df 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1685984571543, + "lastUpdate": 1686168668455, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -47914,6 +47914,42 @@ window.BENCHMARK_DATA = { "extra": "124 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "email": "dmishin@pomerium.com", + "name": "Denis Mishin", + "username": "wasaga" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "d630d38788047fd5aeb990123fabda10060411fd", + "message": "dependencies: pin node to lts (#4218)\n\npin node to lts", + "timestamp": "2023-06-07T16:05:25-04:00", + "tree_id": "479e32bea1690a90bfb07e9cc0b9009626efcb5b", + "url": "https://github.com/pomerium/pomerium/commit/d630d38788047fd5aeb990123fabda10060411fd" + }, + "date": 1686168667538, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16631548, + "unit": "ns/op", + "extra": "64 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 11077572, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }