1How to Make Your Go Program Run Faster?This article is about the Go language. It primarily focuses on runtime speed, rather than development speed – these two types of speed are distinct.
2Types of Performance TestingWe have introduced importance of performance testing in the last article. There are different types of performance tests that can be applied during software testing. So now let us take a closer look at the performance testing methods.