From 07f05f399db4e9ee9f022647932081a593979895 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 1 Nov 2022 15:28:12 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1f6dde203ca483531f53e60ba56d1bbc859ddfca --- 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 836f7c5da..1e04bd4d2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1667316391346, + "lastUpdate": 1667316492589, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -17418,6 +17418,38 @@ window.BENCHMARK_DATA = { "extra": "159 times\n2 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "1f6dde203ca483531f53e60ba56d1bbc859ddfca", + "message": "chore(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0", + "timestamp": "2022-11-01T14:16:39Z", + "url": "https://github.com/pomerium/pomerium/pull/3713/commits/1f6dde203ca483531f53e60ba56d1bbc859ddfca" + }, + "date": 1667316491678, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 19084847, + "unit": "ns/op", + "extra": "61 times\n2 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 11569262, + "unit": "ns/op", + "extra": "100 times\n2 procs" + } + ] } ] }