1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 06:12:55 +00:00
fiber/app_bench_test.go
Fenny e0b13d9ca4
Update test & benchmark (#374)
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
2020-05-13 20:21:49 +02:00

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