fiber/app_bench_test.go

8 lines
282 B
Go

// ⚡️ Fiber is an Express inspired web framework written in Go with ☕️
// 🤖 Github Repository: https://github.com/gofiber/fiber
// 📌 API Documentation: https://docs.gofiber.io
package fiber
// // go test -v ./... -run=^$ -bench=Benchmark_Ctx_Acce -benchmem -count=3