From cdf5812f7ec3d18a35c0e2c5bd073ab2e6be996f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 6 Mar 2024 21:34:19 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a79cf6901f258872c6ca4a0968b91879580d7abc --- 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 c0b4af3ed..7d39709e6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1709760822215, + "lastUpdate": 1709760859819, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -103054,6 +103054,38 @@ window.BENCHMARK_DATA = { "extra": "205 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "a79cf6901f258872c6ca4a0968b91879580d7abc", + "message": "chore(deps): bump pre-commit/action from 3.0.0 to 3.0.1", + "timestamp": "2024-03-06T18:22:15Z", + "url": "https://github.com/pomerium/pomerium/pull/4973/commits/a79cf6901f258872c6ca4a0968b91879580d7abc" + }, + "date": 1709760851725, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 8549886, + "unit": "ns/op", + "extra": "140 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5809992, + "unit": "ns/op", + "extra": "204 times\n4 procs" + } + ] } ] }