mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 06:12:55 +00:00
Co-Authored-By: RW <renewerner87@googlemail.com> * Add nosec for WriteByte * test persistens for benchmark results * Add tests & benchmark * Update app_test.go * Update benchmark.yml
8 lines
282 B
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
|