Video description
A reliable and comprehensive test suite for your applications isn’t a luxury anymore—it’s a requirement. This course is the third in a series of "Testing in Go" programs that teach you how to test your Go applications to make sure what you ship works the first time. It focuses specifically on how to write benchmark tests in Go that capture micro benchmarks of your code's performance.
- Learn how to write benchmark tests in Go to capture micro benchmarks of your code's performance
- Understand the ways to benchmark your code (and nothing else)
- Uncover the secret ways the Go compiler tries to defeat you when you're running benchmarks
- Discover the ways to get around the traps the Go compiler sets when you're running benchmarks
- Learn how to avoid benchmarking setup/teardown code
- Explore methods for running profiles on your benchmarks to see what's going on under the hood
Brian Ketelsen is the founder of the Gopher Academy, the parent group that manages GopherCon, the Go programming language conference. A prolific open source enthusiast, he has contributed to many of Go's largest projects, including Docker, Kubernetes, etcd, SkyDNS, Kong, Go-Kit, and Goa. Brian holds a bachelor’s degree in computer science from American InterContinental University.
Table of contents
- Introduction to Benchmarking Code 00:07:00
- Writing Good Benchmarks 00:03:17
- Avoiding Compiler Optimizations 00:01:26
- Setup and Teardown in Benchmarks 00:02:13
- Profiling Benchmarks 00:05:36
Product information
- Title: Measuring Performance with Benchmarks in Go
- Author(s):
- Release date: July 2017
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491992166
You might also like
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
gRPC: Up and Running
Get a comprehensive understanding of gRPC fundamentals through real-world examples. With this practical guide, you’ll learn …
video
Rust in Motion
If you want to start with Rust I recommend this course without a doubt. Roberto Gammino, …
video
Go in Action Video Edition
"A concise and comprehensive guide to exploring, learning, and using Go." From the Foreword by Steve …