From 6de5a0fb8c009d8b9993da3222f7ade5c0a9ab42 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 19 Jul 2023 22:30:35 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 3ac6cd7ae417d180ff8a2b4678500025326daeaf --- 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 e9d8ccd4f..81002c349 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1689805223885, + "lastUpdate": 1689805835102, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -57014,6 +57014,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "3ac6cd7ae417d180ff8a2b4678500025326daeaf", + "message": "authorize: remove a nolint directive", + "timestamp": "2023-07-19T22:18:51Z", + "url": "https://github.com/pomerium/pomerium/pull/4375/commits/3ac6cd7ae417d180ff8a2b4678500025326daeaf" + }, + "date": 1689805830503, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 12937040, + "unit": "ns/op", + "extra": "86 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 8623028, + "unit": "ns/op", + "extra": "138 times\n2 procs" + } + ] } ] }