gofiber / fiber

⚡️ Express inspired web framework written in Go
https://gofiber.io
MIT License
33.4k stars 1.64k forks source link

📝 [Proposal]: Add app.Benchmark method with Context and InMemory Listener #3141

Open gaby opened 1 week ago

gaby commented 1 week ago

Proposal

Add new app.Benchmark() method to make it easier for users to run Benchmarks of their Fiber applications. The current app.Test() method is only intended for testing purposes and is suboptimal for running benchmarks.