From 23c94ac58ae5dbf15b2a39a19e208d059c604288 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 29 Jun 2023 23:17:52 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e04a1f43b215a25e66e16fe7b6fad12a6002b581 --- 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 ece8f9ebb..ca9a180df 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1687975653819, + "lastUpdate": 1688080672347, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -54382,6 +54382,38 @@ window.BENCHMARK_DATA = { "extra": "120 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "e04a1f43b215a25e66e16fe7b6fad12a6002b581", + "message": "organize go.mod", + "timestamp": "2023-06-29T20:18:55Z", + "url": "https://github.com/pomerium/pomerium/pull/4320/commits/e04a1f43b215a25e66e16fe7b6fad12a6002b581" + }, + "date": 1688080667154, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 16357133, + "unit": "ns/op", + "extra": "82 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10562751, + "unit": "ns/op", + "extra": "99 times\n2 procs" + } + ] } ] }