From 373f02c427f97c85e85c203dd9f639ef91e7d2e3 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 30 Aug 2022 14:24:25 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1a798819d46311b0fa6f2181993ff3345ca87061 --- 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 eb9dd35e6..c712621f6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1661811748006, + "lastUpdate": 1661869465039, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -9074,6 +9074,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1a798819d46311b0fa6f2181993ff3345ca87061", + "message": "autocert: fix flaky test", + "timestamp": "2022-08-30T08:20:56Z", + "url": "https://github.com/pomerium/pomerium/pull/3591/commits/1a798819d46311b0fa6f2181993ff3345ca87061" + }, + "date": 1661869464362, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 18789659, + "unit": "ns/op", + "extra": "66 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10247766, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }