Open
Description
Processing dotnet/runtime#108808 (comment) command:
Command
-intel -arm64 -profiler
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
BenchmarkSwitcher.FromAssembly(typeof(Bench).Assembly).Run(args);
public class Bench
{
static byte[] Data = "1111222233334444"u8.ToArray();
[Benchmark]
public bool Test() => Data.AsSpan().SequenceEqual("1111222233334444"u8);
}
(EgorBot will reply in this issue)
Metadata
Metadata
Assignees
Labels
No labels