Golang Digest
2.55K subscribers
164 photos
1 video
190 links
Everything about Go: news, articles, tools, language changes, etc.

#go #golang #concurrency #postgres #database #db
Download Telegram
Benchmarks and performance testing πŸ€“

This article offers a practical guide to using Go’s benchmarking tests, covering the tool’s various parameters in detail. Willem demonstrates the process with a complete, example repository, allowing readers to see the benchmarks in action.

Link to the article

#go #article #testing
Please open Telegram to view this post
VIEW IN TELEGRAM
1πŸ‘52
Fuzz Testing Go HTTP Services 🀑

As a developer, you can't envision all of the possible inputs your programs or functions could receive. Even though you can define the major edge cases, you still can't predict how your program will behave in the case of some weird unexpected input. In other words, you can only find bugs you expect to find. That's where fuzz testing or fuzzing comes to the rescue.


Link to the article

#go #article #testing #tests
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘3✍1πŸ”₯1