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:
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "testing"
|
||||
|
||||
func BenchmarkMain(b *testing.B) {
|
||||
// Not really useful for entire application start
|
||||
}
|
||||
Reference in New Issue
Block a user