Skip to content

Benchmarks for #114845 (neon-sunset) #345

@EgorBot

Description

@EgorBot

Processing dotnet/runtime#114845 (comment) command:

Command

-intel -disasm

using BenchmarkDotNet.Attributes;

public class Bench
{
    [Benchmark]
    public int FSharpArrayFromExpr()
    {
        var array = new int[5];
        var num = 0uL;
        var num2 = 1;
        while (num < 5)
        {
            array[(nuint)num] = num2;
            num2++;
            num++;
        }
        var array2 = array;
        return array2.Length + array2[1];
    }
}

(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