From 8bbf263b3d1c5974a3eebcfb4e5ed44f74eace77 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 7 Oct 2024 22:48:49 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 2f8743522d7b60a6b3773fff5a13d6b0b76924ae --- 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 99ff6a96a..aa9b01ea3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1728340614980, + "lastUpdate": 1728341329131, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -126270,6 +126270,42 @@ window.BENCHMARK_DATA = { "extra": "188 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": "2f8743522d7b60a6b3773fff5a13d6b0b76924ae", + "message": "storage: fix possible race condition with maps.Keys iterator (#5321)", + "timestamp": "2024-10-07T18:45:23-04:00", + "tree_id": "c97d4e6d01f00958c238cd7230368da217d6775a", + "url": "https://github.com/pomerium/pomerium/commit/2f8743522d7b60a6b3773fff5a13d6b0b76924ae" + }, + "date": 1728341317880, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9176292, + "unit": "ns/op", + "extra": "126 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6627091, + "unit": "ns/op", + "extra": "174 times\n4 procs" + } + ] } ] }