From 5b14672b109b146b245cc1b10cf403dcbe607f76 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 6 Nov 2024 17:35:21 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for ebd9eea30e3def2ee769157b923c88262a887d01 --- dev/bench/data.js | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index b98c6ef6f..74536e1fc 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1730912137601, + "lastUpdate": 1730914521178, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -129702,6 +129702,42 @@ window.BENCHMARK_DATA = { "extra": "172 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "joekralicky@gmail.com", + "name": "Joe Kralicky", + "username": "kralicky" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "ebd9eea30e3def2ee769157b923c88262a887d01", + "message": "Optimize Policy RouteID (#5359)", + "timestamp": "2024-11-06T12:31:52-05:00", + "tree_id": "bb2f97ca912a1fde162f51704d1726e43492a835", + "url": "https://github.com/pomerium/pomerium/commit/ebd9eea30e3def2ee769157b923c88262a887d01" + }, + "date": 1730914508484, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 48359452, + "unit": "ns/op", + "extra": "127 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6233162, + "unit": "ns/op", + "extra": "189 times\n4 procs" + } + ] } ] }