test: add benchmarks for various components

Adds benchmarking tests to ensure the application remains low on resources.
Covers payload parsing, auth verification, IRC chat line formatting, and more.
This commit is contained in:
ruinivist
2026-05-31 23:13:18 +00:00
parent 0ae1b094c5
commit 7acb293dea
8 changed files with 144 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "testing"
func BenchmarkMain(b *testing.B) {
// Not really useful for entire application start
}