Current: Benchmarks in tests/VbaCompiler.Benchmark/CompileVbaProjectBenchmark.cs and tests/VbaCompiler.Benchmark/CompileMacroBenchmark.cs run without [MemoryDiagnoser], so allocation/GC data is missing.
Proposed: Add [MemoryDiagnoser] to both benchmark classes (or assembly-level) so runs report allocations/GC, per BenchmarkDotNet good practices.
Current: Benchmarks in
tests/VbaCompiler.Benchmark/CompileVbaProjectBenchmark.csandtests/VbaCompiler.Benchmark/CompileMacroBenchmark.csrun without[MemoryDiagnoser], so allocation/GC data is missing.Proposed: Add
[MemoryDiagnoser]to both benchmark classes (or assembly-level) so runs report allocations/GC, per BenchmarkDotNet good practices.