From b8b589f8da0ad4479fefe57796da1c8ec3c0bfa1 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 18 Sep 2023 23:38:30 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 74aa8ebe421defa10186840d262ce0cd9805a5ef --- 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 819307cce..0e4b996ec 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1695080264880, + "lastUpdate": 1695080310593, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -68678,6 +68678,38 @@ window.BENCHMARK_DATA = { "extra": "100 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "74aa8ebe421defa10186840d262ce0cd9805a5ef", + "message": "chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.0", + "timestamp": "2023-09-18T09:17:15Z", + "url": "https://github.com/pomerium/pomerium/pull/4568/commits/74aa8ebe421defa10186840d262ce0cd9805a5ef" + }, + "date": 1695080304714, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 14901466, + "unit": "ns/op", + "extra": "81 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 9108476, + "unit": "ns/op", + "extra": "128 times\n2 procs" + } + ] } ] }