Book description
Use this in-depth guide to correctly design benchmarks, measure key performance metrics of .NET applications, and analyze results. This book presents dozens of case studies to help you understand complicated benchmarking topics. You will avoid common pitfalls, control the accuracy of your measurements, and improve performance of your software.
Author Andrey Akinshin has maintained BenchmarkDotNet (the most popular .NET library for benchmarking) for five years and covers common mistakes that developers usually make in their benchmarks. This book includes not only .NET-specific content but also essential knowledge about performance measurements which can be applied to any language or platform (common benchmarking methodology, statistics, and low-level features of modern hardware).
What You'll Learn
- Be aware of the best practices for writing benchmarks and performance tests
- Avoid the common benchmarking pitfalls
- Know the hardware and software factors that affect application performance
- Analyze performance measurements
Who This Book Is For
.NET developers concerned with the performance of their applications
Table of contents
- Cover
- Front Matter
- 1. Introducing Benchmarking
- 2. Common Benchmarking Pitfalls
- 3. How Environment Affects Performance
- 4. Statistics for Performance Engineers
- 5. Performance Analysis and Performance Testing
- 6. Diagnostic Tools
- 7. CPU-Bound Benchmarks
- 8. Memory-Bound Benchmarks
- 9. Hardware and Software Timers
- Back Matter
Product information
- Title: Pro .NET Benchmarking: The Art of Performance Measurement
- Author(s):
- Release date: June 2019
- Publisher(s): Apress
- ISBN: 9781484249413
You might also like
book
ASP.NET Core in Action
Summary ASP.NET Core in Action is for C# developers without any web development experience who want …
book
.NET Core in Action
Summary .NET Core in Action shows .NET developers how to build professional software applications with .NET …
book
Unit Testing Principles, Practices, and Patterns
Unit Testing Principles, Patterns and Practices teaches you to design and write tests that target the …
book
Grokking Algorithms
Grokking Algorithms is a friendly take on this core computer science topic. In it, you'll learn …