From 71933869e1b65bb8fe7e7206a3e9e37bbb4b0b70 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 25 Apr 2024 15:33:09 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 5a8a71c21c0730977418e33a9f513ccf4cf23e41 --- 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 7536d94f7..938ef1712 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1714001897660, + "lastUpdate": 1714059189439, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -107202,6 +107202,38 @@ window.BENCHMARK_DATA = { "extra": "201 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "5a8a71c21c0730977418e33a9f513ccf4cf23e41", + "message": "core/identity: add disabler", + "timestamp": "2024-04-24T23:35:22Z", + "url": "https://github.com/pomerium/pomerium/pull/5084/commits/5a8a71c21c0730977418e33a9f513ccf4cf23e41" + }, + "date": 1714059180007, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10294350, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6668612, + "unit": "ns/op", + "extra": "177 times\n4 procs" + } + ] } ] }