From 82c69194b7baeb7a133bca6e876f1fad4a50dec2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 17 Dec 2025 14:23:27 +0000 Subject: [PATCH] add Go Benchmark (go) benchmark result for 7e31a9c41a9317a419fdabf3115098e8340a7abc --- dev/bench/data.js | 410 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 409 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 7b357adb..862a0c28 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1765975803628, + "lastUpdate": 1765981407122, "repoUrl": "https://github.com/Wikid82/Charon", "entries": { "Go Benchmark": [ @@ -3674,6 +3674,414 @@ window.BENCHMARK_DATA = { "extra": "467270 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "jhatfield82@gmail.com", + "name": "Jeremy", + "username": "Wikid82" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "7e31a9c41a9317a419fdabf3115098e8340a7abc", + "message": "Merge pull request #413 from Wikid82:copilot/sub-pr-411\n\nfix: secure WebSocket authentication using HttpOnly cookies instead of query parameters", + "timestamp": "2025-12-17T09:22:30-05:00", + "tree_id": "6bb5957618e4b09958a5c32e8634c4884d634dc8", + "url": "https://github.com/Wikid82/Charon/commit/7e31a9c41a9317a419fdabf3115098e8340a7abc" + }, + "date": 1765981406760, + "tool": "go", + "benches": [ + { + "name": "BenchmarkSecurityHandler_GetStatus", + "value": 106769, + "unit": "ns/op\t 29710 B/op\t 408 allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus - ns/op", + "value": 106769, + "unit": "ns/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus - B/op", + "value": 29710, + "unit": "B/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus - allocs/op", + "value": 408, + "unit": "allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus_NoSettings", + "value": 88750, + "unit": "ns/op\t 29102 B/op\t 365 allocs/op", + "extra": "13335 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus_NoSettings - ns/op", + "value": 88750, + "unit": "ns/op", + "extra": "13335 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus_NoSettings - B/op", + "value": 29102, + "unit": "B/op", + "extra": "13335 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus_NoSettings - allocs/op", + "value": 365, + "unit": "allocs/op", + "extra": "13335 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListDecisions", + "value": 423120, + "unit": "ns/op\t 79824 B/op\t 1201 allocs/op", + "extra": "3147 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListDecisions - ns/op", + "value": 423120, + "unit": "ns/op", + "extra": "3147 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListDecisions - B/op", + "value": 79824, + "unit": "B/op", + "extra": "3147 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListDecisions - allocs/op", + "value": 1201, + "unit": "allocs/op", + "extra": "3147 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListRuleSets", + "value": 70742, + "unit": "ns/op\t 22062 B/op\t 276 allocs/op", + "extra": "16165 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListRuleSets - ns/op", + "value": 70742, + "unit": "ns/op", + "extra": "16165 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListRuleSets - B/op", + "value": 22062, + "unit": "B/op", + "extra": "16165 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListRuleSets - allocs/op", + "value": 276, + "unit": "allocs/op", + "extra": "16165 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_UpsertRuleSet", + "value": 203453, + "unit": "ns/op\t 29340 B/op\t 338 allocs/op", + "extra": "5898 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_UpsertRuleSet - ns/op", + "value": 203453, + "unit": "ns/op", + "extra": "5898 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_UpsertRuleSet - B/op", + "value": 29340, + "unit": "B/op", + "extra": "5898 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_UpsertRuleSet - allocs/op", + "value": 338, + "unit": "allocs/op", + "extra": "5898 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_CreateDecision", + "value": 164478, + "unit": "ns/op\t 23269 B/op\t 247 allocs/op", + "extra": "7618 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_CreateDecision - ns/op", + "value": 164478, + "unit": "ns/op", + "extra": "7618 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_CreateDecision - B/op", + "value": 23269, + "unit": "B/op", + "extra": "7618 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_CreateDecision - allocs/op", + "value": 247, + "unit": "allocs/op", + "extra": "7618 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetConfig", + "value": 47820, + "unit": "ns/op\t 14593 B/op\t 156 allocs/op", + "extra": "24932 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetConfig - ns/op", + "value": 47820, + "unit": "ns/op", + "extra": "24932 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetConfig - B/op", + "value": 14593, + "unit": "B/op", + "extra": "24932 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetConfig - allocs/op", + "value": 156, + "unit": "allocs/op", + "extra": "24932 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_UpdateConfig", + "value": 170020, + "unit": "ns/op\t 37199 B/op\t 351 allocs/op", + "extra": "7126 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_UpdateConfig - ns/op", + "value": 170020, + "unit": "ns/op", + "extra": "7126 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_UpdateConfig - B/op", + "value": 37199, + "unit": "B/op", + "extra": "7126 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_UpdateConfig - allocs/op", + "value": 351, + "unit": "allocs/op", + "extra": "7126 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus_Parallel", + "value": 41797, + "unit": "ns/op\t 24872 B/op\t 305 allocs/op", + "extra": "28270 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus_Parallel - ns/op", + "value": 41797, + "unit": "ns/op", + "extra": "28270 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus_Parallel - B/op", + "value": 24872, + "unit": "B/op", + "extra": "28270 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_GetStatus_Parallel - allocs/op", + "value": 305, + "unit": "allocs/op", + "extra": "28270 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListDecisions_Parallel", + "value": 303003, + "unit": "ns/op\t 80280 B/op\t 1205 allocs/op", + "extra": "3696 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListDecisions_Parallel - ns/op", + "value": 303003, + "unit": "ns/op", + "extra": "3696 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListDecisions_Parallel - B/op", + "value": 80280, + "unit": "B/op", + "extra": "3696 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ListDecisions_Parallel - allocs/op", + "value": 1205, + "unit": "allocs/op", + "extra": "3696 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_LargeRuleSetContent", + "value": 1057345, + "unit": "ns/op\t 803595 B/op\t 360 allocs/op", + "extra": "1118 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_LargeRuleSetContent - ns/op", + "value": 1057345, + "unit": "ns/op", + "extra": "1118 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_LargeRuleSetContent - B/op", + "value": 803595, + "unit": "B/op", + "extra": "1118 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_LargeRuleSetContent - allocs/op", + "value": 360, + "unit": "allocs/op", + "extra": "1118 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ManySettingsLookups", + "value": 112885, + "unit": "ns/op\t 29821 B/op\t 416 allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ManySettingsLookups - ns/op", + "value": 112885, + "unit": "ns/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ManySettingsLookups - B/op", + "value": 29821, + "unit": "B/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkSecurityHandler_ManySettingsLookups - allocs/op", + "value": 416, + "unit": "allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkFormatDuration", + "value": 156.8, + "unit": "ns/op\t 8 B/op\t 1 allocs/op", + "extra": "7612053 times\n4 procs" + }, + { + "name": "BenchmarkFormatDuration - ns/op", + "value": 156.8, + "unit": "ns/op", + "extra": "7612053 times\n4 procs" + }, + { + "name": "BenchmarkFormatDuration - B/op", + "value": 8, + "unit": "B/op", + "extra": "7612053 times\n4 procs" + }, + { + "name": "BenchmarkFormatDuration - allocs/op", + "value": 1, + "unit": "allocs/op", + "extra": "7612053 times\n4 procs" + }, + { + "name": "BenchmarkExtractPort", + "value": 238, + "unit": "ns/op\t 144 B/op\t 1 allocs/op", + "extra": "5038537 times\n4 procs" + }, + { + "name": "BenchmarkExtractPort - ns/op", + "value": 238, + "unit": "ns/op", + "extra": "5038537 times\n4 procs" + }, + { + "name": "BenchmarkExtractPort - B/op", + "value": 144, + "unit": "B/op", + "extra": "5038537 times\n4 procs" + }, + { + "name": "BenchmarkExtractPort - allocs/op", + "value": 1, + "unit": "allocs/op", + "extra": "5038537 times\n4 procs" + }, + { + "name": "BenchmarkMailService_IsConfigured", + "value": 36767, + "unit": "ns/op\t 8088 B/op\t 166 allocs/op", + "extra": "32436 times\n4 procs" + }, + { + "name": "BenchmarkMailService_IsConfigured - ns/op", + "value": 36767, + "unit": "ns/op", + "extra": "32436 times\n4 procs" + }, + { + "name": "BenchmarkMailService_IsConfigured - B/op", + "value": 8088, + "unit": "B/op", + "extra": "32436 times\n4 procs" + }, + { + "name": "BenchmarkMailService_IsConfigured - allocs/op", + "value": 166, + "unit": "allocs/op", + "extra": "32436 times\n4 procs" + }, + { + "name": "BenchmarkMailService_BuildEmail", + "value": 2678, + "unit": "ns/op\t 953 B/op\t 27 allocs/op", + "extra": "424526 times\n4 procs" + }, + { + "name": "BenchmarkMailService_BuildEmail - ns/op", + "value": 2678, + "unit": "ns/op", + "extra": "424526 times\n4 procs" + }, + { + "name": "BenchmarkMailService_BuildEmail - B/op", + "value": 953, + "unit": "B/op", + "extra": "424526 times\n4 procs" + }, + { + "name": "BenchmarkMailService_BuildEmail - allocs/op", + "value": 27, + "unit": "allocs/op", + "extra": "424526 times\n4 procs" + } + ] } ] }