I\'m trying to run a benchmark test with fasthttp package, but go test -bench is not running a benchmark, giving error that no tests to run
fasthttp
go test -bench
no tests to run