Which flag do you use to specify the processor architecture for the dotnet run command
-a is the flag you use to specify the processor architecture, e.g., dotnet run -a x64.
BenchmarkDotNet is the commonly used library for benchmarking .NET applications