This is a benchmark test for Golang to see whether string convertion function is most efficient.
For more details of each function, you can refer to the document of go. link
fmt.Sprintf()- Reference Linkstrconv.Itoa()- Reference Linkstrconv.FormatInt()- Reference Link
link to git action result