Processing dotnet/runtime#123540 (comment) command:
Command
-arm -x64
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
BenchmarkSwitcher.FromAssembly(typeof(Bench).Assembly).Run(args);
[MemoryDiagnoser]
public class Bench
{
[Benchmark]
public Guid New() => Guid.NewGuid();
}
(EgorBot will reply in this issue)