Skip to content

EgorBot for EgorBo in #108808 #118

Open
@EgorBot

Description

@EgorBot

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions