From 7a326bab7e7cc70f0deb64e844cb2e92cc3af9ab Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 7 Dec 2023 21:51:45 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 9c09fc4ee526859adf980a03093ee08218585cfb --- 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 884b5d54d..4c421d7c8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701985829174, + "lastUpdate": 1701985905755, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -88454,6 +88454,38 @@ window.BENCHMARK_DATA = { "extra": "192 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "9c09fc4ee526859adf980a03093ee08218585cfb", + "message": "chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.0", + "timestamp": "2023-12-07T14:56:56Z", + "url": "https://github.com/pomerium/pomerium/pull/4833/commits/9c09fc4ee526859adf980a03093ee08218585cfb" + }, + "date": 1701985898496, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10503043, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6684235, + "unit": "ns/op", + "extra": "183 times\n4 procs" + } + ] } ] }