Comment on Go Testing by Example [video]parentComments−Xeoncross2yAlso, writing benchmarks that report time, memory, and allocations is just as easy as writing a test. A huge win for Go compared to trying to accurately benchmark memory or cycles in TypeScript or Java.
Comments
Also, writing benchmarks that report time, memory, and allocations is just as easy as writing a test. A huge win for Go compared to trying to accurately benchmark memory or cycles in TypeScript or Java.