From b8463e2d11c6f8907b7476eb0c474193a016a246 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 15 Oct 2024 22:35:58 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 298a5a94a56ea820e6c198494a99490d40e8ca51 --- 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 e364613c9..c52367f7e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729030319862, + "lastUpdate": 1729031758286, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -126842,6 +126842,42 @@ window.BENCHMARK_DATA = { "extra": "177 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "51246568+kenjenkins@users.noreply.github.com", + "name": "Kenneth Jenkins", + "username": "kenjenkins" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "298a5a94a56ea820e6c198494a99490d40e8ca51", + "message": "inmemory: add a test for the ListTypes race fix (#5327)\n\nAdd a test that interleaves calls to Put() (with different type strings)\r\nand ListTypes(). At least on my machine, this appears to reliably detect\r\nthe data race fixed in commit 2f8743522d7b60a6b3773fff5a13d6b0b76924ae\r\nwhen run with the Go race detector. (The 'make test' and 'make cover'\r\ntargets run with the Go race detector enabled.)", + "timestamp": "2024-10-15T15:32:29-07:00", + "tree_id": "184450f69e1b6785563aeec860469a7462938c2a", + "url": "https://github.com/pomerium/pomerium/commit/298a5a94a56ea820e6c198494a99490d40e8ca51" + }, + "date": 1729031736200, + "tool": "go", + "benches": [ + { + "name": "BenchmarkLoggedInUserAccess", + "value": 10270819, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6797307, + "unit": "ns/op", + "extra": "172 times\n4 procs" + } + ] } ] }