From 31c136113309f8bbd15cec09021f00b5ae450d77 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 14 Nov 2022 16:22:00 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 4fbdbbb51eaf47d2b90c7661ca1eee848b0e963d --- 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 27a1ab5c7..dea59dfeb 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1668442834256, + "lastUpdate": 1668442920344, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -19566,6 +19566,38 @@ window.BENCHMARK_DATA = { "extra": "157 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "4fbdbbb51eaf47d2b90c7661ca1eee848b0e963d", + "message": "chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.2.0", + "timestamp": "2022-11-14T05:02:43Z", + "url": "https://github.com/pomerium/pomerium/pull/3746/commits/4fbdbbb51eaf47d2b90c7661ca1eee848b0e963d" + }, + "date": 1668442919569, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 11516931, + "unit": "ns/op", + "extra": "100 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 7736936, + "unit": "ns/op", + "extra": "148 times\n2 procs" + } + ] } ] }