From 18bee7141360dcb4a95a18c4161bc0236738f4b2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 17 Jan 2023 02:04:02 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 4cc385cad047f0ee18b47a3e77194b05d25b57fc --- 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 6509b338f..f39a3ba5d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1673921018423, + "lastUpdate": 1673921042334, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -29786,6 +29786,38 @@ window.BENCHMARK_DATA = { "extra": "122 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "4cc385cad047f0ee18b47a3e77194b05d25b57fc", + "message": "chore(deps): bump alpine from `8914eb5` to `f271e74`", + "timestamp": "2023-01-16T15:44:43Z", + "url": "https://github.com/pomerium/pomerium/pull/3901/commits/4cc385cad047f0ee18b47a3e77194b05d25b57fc" + }, + "date": 1673921041290, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 18247983, + "unit": "ns/op", + "extra": "68 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 10715404, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }