From f20e64769c526ea249bb63fa9bc91b94229ad9c4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 31 Jan 2023 01:36:30 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 4a86463647e38e22e4c08030b1e54b853d049be2 --- 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 6c9045057..ad3f28d80 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1675097910322, + "lastUpdate": 1675128990894, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -31450,6 +31450,38 @@ window.BENCHMARK_DATA = { "extra": "147 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "4a86463647e38e22e4c08030b1e54b853d049be2", + "message": "maybe fix flaky test", + "timestamp": "2023-01-30T23:53:23Z", + "url": "https://github.com/pomerium/pomerium/pull/3929/commits/4a86463647e38e22e4c08030b1e54b853d049be2" + }, + "date": 1675128990478, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14093167, + "unit": "ns/op", + "extra": "78 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 11357981, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }