Micro-Benchmarks
← Back to Benchmarking
Performance tests of individual functions or small code paths. Tools include JMH (Java), BenchmarkDotNet (.NET), and criterion (Rust). Micro-benchmarks require careful methodology to avoid misleading results from JIT optimization, dead code elimination, and measurement overhead.