eduardo hitek
About
Blog
Blog English
Talks
About
Blog
Blog English
Talks
Performing Benchmark Tests in Go
Jul 31, 2021
— 4 min read
#golang
#tutorial
#tests
How to check if this function is faster or not
Learn how to write and run benchmarks in Go using the testing package. Compare performance of different implementations with accurate results.
Read more →